Is there a 6 month limit on the API to fetch meetings?

Format Your New Topic as Follows:

API Endpoint(s) and/or Zoom API Event(s)
I am using api zoom us v2

users/$user_id/meetings/";

To get a list of future meetings. The api should return 300 records BUT I am only getting about 40.

I have noticed that the latest of these returned meetings is exactly 6 months from now.

Is there a limit on the api that says only fetch events within the next 6 months. Or is there a parameter I can pass that will mean it will return all events or events in the next 12 months etc.

Hi @brian10, welcome and thanks for posting :wave:

There is a 6-month limit on Meeting Dashboard and Report data but not on the users’s available meeting IDs (ie Meetings that are valid and can be started).

If you pass ?type=upcoming&page_size=300, are there Meeting IDs that are not returned that should be?

Hi,
This is what I was doing - but there seems to be a hard stop at 6 months.

Parameters used.

(
  'page_number' => 1,
  'page_size' => 300,
  'type' => 'upcoming',

Got it, any chance you have a Meeting ID that is not being returned but you’d expect to be? This would be a scheduled meeting sometime in 2025.

correct meetings from mid March 2025 are not returning