Unable to list host meetings and meeting instances

I’m trying to fetch a list of meetings where a specific user was the host, but the API is returning an incomplete list.

I would like to understand if there is a specific endpoint to fetch the meetings in which a user is a host.

I’m using the endpoint /users/{userId}/meetings
with the userId: Zfd74_rNQgG-gRgozbndHA

Now, related to the meeting instances.

Can a meeting have its ID updated if the host changes? Because I’ve been trying to fetch all instances of a meeting that happens since always but I’m only getting results starting from March/2022.

I’m using the endpoint past_meetings/{meetingId}/instances
with the meetingId 96039746500

Hi, @amanda.fagundes,

Happy to help here ! To begin, can you share the example payload and request? This information will help us provide a more personalized response.

Sure! Here is my request for fetch the user past meetings:

curl --location 'https://api.zoom.us/v2/users/Zfd74_rNQgG-gRgozbndHA/meetings' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer XXXX....' \
--header 'Cookie: XXXX....'

And to list a meeting instances:

curl --location 'https://api.zoom.us/v2/past_meetings/96039746500/instances' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer XXXX....' \
--header 'Cookie:XXXX....'

@amanda.fagundes ,

Please see these helpful forum posts on this topic.

Guide

@donte.zoom I am not getting any error messages from the API. The problem is that, in both cases, the returned lists don’t have all the items.

@amanda.fagundes,

Thanks for the details! The first thing I recommend is to place a support ticket to have this look at closer. This matter sounds like an account-related issue, rather than an API. Support will be able to look into what may be happening.