Retrieve all existing Meeting IDs, org wide, for past and future meetings?

I’m trying to retrieve a list of all Meeting IDs, org-wide, for all past and future meetings, along with the host of each.

Is there a way to do this through the API?

Hi @travis8955
thanks for reaching out to us and welcome to the Zoom Developer Community!
You could definitely do this by using our API, but you will have to use multiple endpoints to achieve this

To query all future meetings you could use the List meetings endpoint, but you would have to call this endpoint for each of the users in your account.

You could also use the List upcoming meetings, to list future meetings for each user as well

And to get past meetings, you will have to query either a Dashboard or a Report endpoint