Meeting Report API Question

I am currently using https://api.zoom.us/v2/report/meetings/meetingId/participants to retrieve meeting reports. However, it seems that this report only shows data for the most recent meeting session. For example, if the host did not join and participants A and B conducted a meeting for 30 minutes and then left the meeting to take a break, and 20 minutes later, they rejoined the same meeting ID for an additional 30 minutes of discussion, when I query using https://api.zoom.us/v2/report/meetings/meetingId/participants , I only see the report for the last session. Is there a way to view reports for all sessions of the meeting?