Code:3301, There is no recording for this meeting

Description
I can see via the Zoom portal that a meeting has 3 recordings.
image

When I use the API to list these recordings using
https://api.zoom.us/v2/meetings/296613870/recordings
the response is
{“code”:3301,“message”:“There is no recording for this meeting”}

Error
The recordings are not listed

Which App Type (OAuth / Chatbot / JWT / Webhook)?
Rest client using JWT

Which Endpoint/s?
https://api.zoom.us/v2/meetings/296613870/recordings (GET)

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Request URL / Headers (without credentials) / Body
  2. See error

Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

I also tried using https://api.zoom.us/v2/meetings/{0}/recordings with the mtg’s uuid with the same result

Hey @steve.gibbs, this is definitely odd - I’ll take a look at this and see what we can find.

Hi Michael,

Did you manage to find the source of this problem?

Really keen for a solution.

Thanks

Steve

Hey @steve.gibbs,

Can you try using the meetingUUID instead of the meetingID?

Thanks,
Tommy

Hi Tommy,

Yes, you will see that I tried that as well.

Thanks

Steve

Hey @steve.gibbs,

Can you private message me the meetingUUID so I can debug?

Thanks,
Tommy

Was your issue resolved, i am facing the same issue and need a solution asap.

Hi Daniel,

Unfortunately it has not been fixed.

I too am desperate for this to be fixed…

Hi @Daniel.Dawson

Just got the reply…

Getting the recording file list using https://api.zoom.us/v2/meetings/{0}/recordings using the Int64 MtgID does not work. You need to use the UUID.

However, the UUID changes once the mtg has finished (What!!!) so you need to get the new UUID by using https://api.zoom.us/v2/report/meetings/{0} using the Int64 MtgID.

This worked for me.

1 Like

Hey @Daniel.Dawson,

Like @steve.gibbs mentioned, please try using the meetingUUID of an ended meeting.

You can get the meetingUUID in the following ways:

Thanks,
Tommy