Get all recordings of a meeting

I tried https://api.zoom.us/v2/meetings/<meeting_id>/recordings but it doesn’t list all the recordings.

I am passing the long numeric meeting_id here.

I can see multiple recordings against the same meeting id in the following API’s response.

https://api.zoom.us/v2/users/me/recordings

Hi @dhaval,

By default, this API will return the recordings for the latest instance of the meeting only. You will need to pass the UUID for a meeting to get a specific instance other than the latest.

If you need to retrieve a list of past meeting occurrences’ UUIDs, you can first call this endpoint:

Thanks!
Will

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