Zoom does not create participant report

Description
I’m developing service with Zoom API and Webhook
I got webhook request from zoom (event: meeting.ended) but Zoom does not create participant report for that meeting.

Meeting Information that I got with webhook is here.
meetingKey: 95625972817
uuid: DcNAgUUIRkOPhOJrIZuVRg==

When I requested to GET /report/meetings/{meetingId}/participants API with that uuid, it return 404 error with error code 3001
response: { code: 3001, message: ‘Meeting does not exist: DcNAgUUIRkOPhOJrIZuVRg==.’ }
To wait until the reports is created, We call reports api after 10 minute from we got webhook request.

Why It does not create reports in 10 minute after I got webhook request?
If it was webhook with invalid uuid, How can we recognize it?

Error
Can’t get meeting participants report with meeting uuid from webhook.

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

Which Endpoint/s?
GET /report/meetings/{meetingId}/participants API
meeting.ended WebHook

How To Reproduce (If applicable)
Call GET /report/meetings/DcNAgUUIRkOPhOJrIZuVRg==/participants API
It will response 404 error.

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

Hey @xorjsqnfl

Thanks for posting on the Zoom Devforum! I am still learning, but I will try my best to help answer your question. :slightly_smiling_face:

Checkout these related threads that may have the answer you are looking for:

If these threads did not help, please let us know by replying back here and someone from the Developer Relations team will get back to you shortly.

Thanks,
DeveloperBot

I think it’s not related issue for me.

When can we get a reply?

Hi @xorjsqnfl,

Can you try double encoding the meeting UUID in your request URL?:
DcNAgUUIRkOPhOJrIZuVRg%253D%253D

Please let me know if this resolves the issue!

Thanks,
Will

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