REST Cloud Recording APIs not giving the complete recordings

Description
This meeting 83354036660 has two cloud recordings as per the zoom dashboard. As per the APIs, we have two meeting instances available. but for one of the meeting instances, we get a response as recording doesnt not exist.

API - https://api.zoom.us/v2/past_meetings/83354036660/instances
response - {
“meetings”: [
{
“uuid”: “Ut83jWezTgmP90yHCybUaQ==”,
“start_time”: “2021-01-19T14:23:13Z”
},
{
“uuid”: “WWj+UMAPQ+KLJY/ZJ0wumQ==”,
“start_time”: “2021-01-19T14:00:07Z”
},
{
“uuid”: “qN3yNy2FQNarNEci7wBl3g==”,
“start_time”: “2021-01-19T14:26:07Z”
}
]
}

we use the meetingUUId to get the recording

API- https://api.zoom.us/v2/meetings/WWj+UMAPQ+KLJY/ZJ0wumQ==/recordings
{
“code”: 3301,
“message”: “This recording does not exist.”
}

Need a Solution to either fetch all the recordings for a particular meeting.

Hey @karthik.rt,

Thank you for reaching out to the Zoom Developer Forum. Looking at that meeting instance, it looks like there weren’t any recordings. Based on what I’m seeing in the UI, it seems the other two instances of the meeting have recordings but not the one that you mentioned.

Let me know if that helps.

Thanks,
Max

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