Getting webinar past participants

I am trying to get all participants (attendees) from a past webinar. When adding the query param type=past I get a
{
“code”: 3001,
“message”: “Meeting does not exist: 92485199990.”
}
This is the call i am making:
https://api.zoom.us/v2/metrics/webinars/92485199990/participants?page_size=30&type=past

Am I missing something?

Just bumping this as I did not get a response. Can anyone from the dev/staff team help me with this?

Couple of things to check while you’re awaiting a response from dev/staff team. First, was the webinar deleted? It should still show up on your Past Webinars tab. If it’s been deleted, I don’t know if you can still get stats for it.

Second, for past webinars you have to find the webinar instance’s uuid and use that in the metrics call instead of the main webinar id that you’re using.

See https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/pastwebinars to find the uuid.

Hey @gui529,

Please try what @stevejohnson suggested.

Also due note you must have at least 2 people in the webinar. After looking at your webinar ID, I see there was only 1 person, you, so it will not show participant info.

Thanks,
Tommy