Missing Type 3 data in List Meeting Endpoint

We have observed if we are passing “from” and “to” Params in List meeting we are missing Type 3 records. Is this an expected behaviour? Ideally we should get the type 3 data as per doc.

Curl:

curl --location ‘https://api.zoom.us/v2/users/{User ID}/meetings?from=2024-01-01&to=2025-04-15&date_field=2024-10-01T00%3A00%3A52Z’ --header ‘User-Agent: Jersey/2.45’ --header ‘Authorization: Bearer XXXXXXXX’ --header ‘Accept: application/json’ --header ‘Cookie: __cf_bm= XXXXXXXX’

Api Doc Link: Meetings APIs

1 Like

Hi @fivetrandevs
Thanks for reaching out to us!
The reason why is because meetings type 3 have no fixed time so I believe this might be intended behavior, but I am happy to look further into this.
Also, make sure that you are passing only 6 months on your from and to parameters if you are intending to return previous_meetings

Hi @elisa.zoom
Thanks for getting back to me. Just to clarify, we’re currently pulling data without specifying a type parameter, which, if I understand correctly, should give us the data for scheduled meetings. Because of this, we were expecting to be able to retrieve data beyond the 6-month window.

Also, we’re keeping an eye out for your update on the Type 3 data.

Thanks again!

Thanks @fivetrandevs
This is expected behavior since meeting type 3 doesn’t have a start date, so those are not included in the time frame when you query this endpoint

Hey Elisa, thanks for flagging this behavior! I noticed that Type 3 meetings can occur both with and without a fixed time. It seems we might be missing a way to specifically retrieve Type 3 meetings that don’t have a fixed time.

To prevent hitting rate limits and dealing with pagination from full syncs, do we have an alternative method to pull only this specific subset of Type 3 data? Maybe there’s a different API endpoint or a particular query parameter we could utilize?

Hey @fivetrandevs
Type 3 meetings are, by definition, recurring meetings with no fixed time.
I do not think there is a specific endpoint that allows you to query meetings based on their type.

Hi @elisa.zoom,

Thanks for clarifying the details about the Meeting List Endpoint.

We also explored the Dashboard Meeting Endpoint as a potential alternative. However, we noticed the response doesn’t include a ‘type’ parameter. Could you please shed some light on the data we can anticipate receiving from this endpoint?

Specifically, can we retrieve all meeting data through the Dashboard Meeting Endpoint? Or are there limitations that would necessitate using incremental parameters in a specific manner, similar to our discussion regarding the Meeting List Endpoint, to pull particular types of data?

Your insights would be greatly appreciated.
Dashboard Meeting Endpoint: Accounts APIs

Best regards,

Hey @fivetrandevs
Sorry it took long to get back to you
With the Dahsboard endpoint, you can only query past or live meetings, so I do not think you will be able to see scheduled meetings in your response