Code: 3001, There is no recording for this meeting

Description
When i call List All Recordings API { /users/:userId/recordings?}
It returns all the recording that exist in my account

But when i call for Get Meeting Recordings API {/meetings/:meetingId/recordings}
for using meeting id it return
{
“code”: 3301,
“message”: “There is no recording for this meeting”
}

Error
{
“code”: 3301,
“message”: “There is no recording for this meeting”
}

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

Which Endpoint/s?
: https://api.zoom.us/v2/meetings/:meetingId/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.

Hey @tushar.spryox,

Can you try passing in the meetingUUID instead of the meetingID for a meeting that has a recording?

Thanks,
Tommy

Having the same issue. Tried using both the numeric ID as well as the UUID of the meeting and getting the same 3301 message.

Hey @dhyun,

What id and uuid are you passing in?

Thanks,
Tommy