Get meeting details API

Hello,

I am using the get meeting details API and I can’t seem to get details of meetings that happened over 30 days ago (not sure that’s the exact number of days).

For example:

https://api.zoom.us/v2/meetings/{meetingUUID}

will return

{
“code”: 3001,
“message”: “Meeting does not exist: XXXX.”
}

However if I do https://api.zoom.us/v2/past_meetings/{meetingUUID}

I get a response but it’s missing things I need, specifically the Schedule Tracking Fields.
How can I query older meetings ?

Thanks,

Nitzan Bar

Hey @nitzanbar,

Thank you for reaching out to the Zoom Developer Forum. Meetings older than 30 days are considered expired and will only be available through the Past Meeting and Reports APIs.

In this instance, it sounds like the Get Past Meeting Detail Reports API is a good fit for your use-case. You can use the tracking_fields property returned from that:

image

I hope that helps!

Thanks,
Max

Great! Works as expected.

Thank you very much!

1 Like

Hey @itzanbar,

I’m glad to hear that resolved your issue! Please don’t hesitate to reach out if you encounter any further issues or questions.

Thanks,
Max

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