Meeting details error

Hello

There is something weird.
I’m requesting meetings list from https://api.zoom.us/v2/users/{}/meetings api
and for each of them I request the details with https://api.zoom.us/v2/meetings/{} passing the id number as parameter.

For some meetings I receive a 404 error when I just received the value from a previous request.

What’s going on ?

Is there a time limit in the past ?

Thanks

Hi @EVant,

For the responses which are returning 404s, the meetings may have expired and are now considered past meetings. You can pull information on those using the Past Meetings Details API.

Phillip