Past meeting details not getting as expected

Using this template helps us debug your issues more effectively :slight_smile:

Description
We are using " /past_meetings/{meetingId}/instances" api to get all uuid of meeting. But when we tried some of getting we are getting those details but some of we are empty meeting response.
200 :: {ā€œmeetingsā€:}
As we checked on our zoom account there are Previous Instances of that meeting.

Error
empty response :
200 :: {ā€œmeetingsā€:}

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

Which Endpoint/s?
/past_meetings/{meetingId}/instances

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

  1. Request URL / Headers (without credentials) / Body
    Requested URL : ā€œhttps://api.zoom.us/v2/past_meetings/[REDACTED]/instancesā€

  2. See error
    200 :: {ā€œmeetingsā€:}

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

Additional context
Add any other context about the problem here.

Hi, @avinash.moharil ,
Thank you for posting in the Developer Forum. Would you be able to send your account details along with APIā€™s youā€™re requesting to developersupport@zoom.us? From there we can look at your account to troubleshoot.

Also, be sure to double encode the UUIDs if it begins with a ā€˜/ā€™ or contains ā€˜//ā€™ in it:

Screen Shot 2021-05-14 at 5.37.03 PM

Thanks,
Donte

is there any update?
On you request we already shared account details to developersupport@zoom.us .

Hey @avinash.moharil,

Weā€™ll follow up with you in that ticket, if you donā€™t see a response already please share the ticket number here.

Thanks,
Max

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