Timeout when requesting past meeting instances

When looping through the past meetings for a user, we are reading the meeting past instances, and just in the past couple weeks, we are seeing timeout errors.

https://api.zoom.us/v2/users/$userID/meetings?type=scheduled&page_size=100

and then looping through these with

https://api.zoom.us/v2/past_meetings/$id/instances

where $id is the pmi if it exists or the id if that exists.

The cURL command is returning a connection timeout.

In the loop, there’s a 500ms delay to ensure the rate limit is not reached (it’s listed as medium, with a limit of 30 per second).

I don’t see how or why this should be timing out. Is anyone else experiencing this?

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