Can you get past meeting participants on "Personal meeting room" instead of scheduled meetings?

Description/Error
I want to find past meeting participants via the API, but as we mostly use the ‘Personal Meeting Room’, rather than scheduled meetings they don’t appear to appear in the ‘Past Meetings’ list. Are these able to be called or is it only scheduled meetings?

Which Endpoint/s?
I’m using ‘Get Past Meeting Participants/Details’ but just generally I can’t get past details.

Hey @jackellanapier, thanks for posting and using Zoom!

Can you try using the GET /metrics/meetings/{meetingId}/participants endpoint? Make sure to specify "type":"past" or "type":"pastOne" in the query params.

If that doesn’t work, you can use Zoom Webhooks to get Participant data in real time for instant meetings.

Thanks,
Tommy