3301 error from recordings endpoint

Format Your New Topic as Follows:

[API Endpoint(s) and/or Zoom API Event(s)
https://api.zoom.us/v2/meetings/:uuid/recordings

Description
When finding a meeting using the public ID 89876604346 it returns the correct meeting with uuid /R+XDnfUQNusEIS5A4yWJg==

When trying to fetch recordings for this meeting, my guess is we’re running into trouble with the forward-slash in the ID:

https://api.zoom.us/v2/meetings//R+XDnfUQNusEIS5A4yWJg==/recordings

Error?
API returns 3301 “This recording does not exist.”

Hi @chris7
Thanks for reaching out to us!
Can you please double-encode your meeting uuid and try again?
Please note that in our Docs it is mentioned that when the uuid starts witn ‘/’ or contains ‘//’ , you need to double encode it

1 Like