Description Details on your question, workflow or the problem you’re trying to solve.
I am trying to retrieve the list of webinar absentees using the API above, but got an error 404 with status code 3001 (Meeting ID is invalid or not end.)
I have checked that the UUID is valid by calling other APIs such as the Zoom Webinar Detail API above.
Firstly, is there a way to check whether a webinar has ended on my side, and secondly, is there a retrieval limit for the Zoom absentees API?
Hi @tayyihui
Thanks for reaching out to the Zoom Developer forum, I am happy to help here!
could you please confirm that you are calling the Get/past_webinars/{webinarUUID}/absentees endpoint once the webinar has ended?
Now, we do not have an endpoint that you can call to check whether the webinar has ended or not, but you can set up some webhook that can help you achieve what you are looking for