How can I get all recorded instances uuid of recurring meeting?

Description
I want to get all recorded instances of recurring meeting or all instances of recurring meeting. Response should be with UUID.

Error
When I use this endpoint https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/pastmeetings to get all ended instances of recurring meeting. it doesn’t give me any results.

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

Which Endpoint/s?

Hey @michael5,

Have the meetings been started yet? Or are they upcoming? That endpoint should work if there are still occurrences upcoming.

Can you also share the error response or the response JSON?

Thanks,
Tommy

JSON response is 200 with no meetings in it. I found out that when I test it it with me only in the meeting, it gives no instances but when I test it with me and atleast 1 more person in it, it gives instances.

Hey @michael5,

Correct, you need at least 2 people in the meeting for the endpoint to work. Basically if only the host is in the meeting, it is not treated as an actual meeting.

Thanks,
Tommy