API - Best method for retrieving all meeting data within last 12 months?

Using this template helps us debug your issues more effectively :slight_smile:

Description
I am looking to grab all meetings that were created within the last 12 months. I understand that through the API, I am able to retrieve the last 6 months of data. To retrieve past the 6-month mark I am told to utilize the Zoom reporting tool but I am only able to pull data on Registrants, Surveys, and Polls. I would like to pull the meeting details and participants as well. The second issue, in utilizing the /metrics/meetings API to retrieve the last 6 months of meeting data I am missing expired meetings. I would like to capture those meetings as well.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT

/metrics/meetings
/past_meetings/:meetingUUID/participants
/past_meetings/:meetingUUID
/meetings/:meetingId/registrants

Hi @nguyenann13

Thanks for reaching out to the Zoom Developer Forum, I am happy to help here!
You understanding is correct and you will only be able to query data from our Dashboard and Report endpoints for the past 6 months.

If you wanted to get data older than that, you would have to get it through the Web Portal by accessing your Dashboard.

Here is a link to our Docs for the Dashboard endpoints

Report endpoints:

Hope this helps,
Elisa

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.