Get webinar detail reports error

API Endpoint(s) and/or Zoom API Event(s)
https://api.zoom.us/v2/report/webinars/:webinarId

Description
I am attempting to use https://api.zoom.us/v2/report/webinars/:webinarId, but when I make this request, I receive this error message, {“code”:3001,“message”:“Webinar ID is invalid or not end.”}. I also receive a 500 error code in the browser. I’ve double checked that the webinar ID is correct and does exist and that the webinar has ended.

Error?
{“code”:3001,“message”:“Webinar ID is invalid or not end.”}

How To Reproduce
Steps to reproduce the behavior:

  1. Make request to https://api.zoom.us/v2/report/webinars/:webinarId

Hi @madison.kneller
Thanks for reaching out to us and welcome to the Zoom Developer Community!
Are you still experiencing this issue? Could you try passing the webinar UUID instead of the ID and try again

Hi Elisa! When I attempt to use the webinar uuid instead, I receive this error message {"code":3001,"message":"Meeting does not exist."}.

Hi @madison.kneller
Do you have the meeting ID of the webinar?

833 8578 7863 - thank you!

@elisa.zoom, figured out the issue here! This can be closed out

Hi @madison.kneller
Happy to hear it’s not an issue anymore. Would you mind sharing your findings with the community in case this helps other developers troubleshoot similar situations?

Sure, so the issue was that the webinar needed to have at least one user registered to it for any data to be returned. Otherwise, you receive the error message(s), I noted previously.

1 Like

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