Past Meeting Participant Endpoint not returning values

Description
I have created a meeting, joined with three accounts. Ended the meeting, and then tried to use the UUID to get a list of the participants. I get the response “Meeting does not exist”.

From what I can see the meeting UUID changes once a meeting is complete. If I use the meetingUUID given when the meeting is upcoming, it returns correctly the participants. If I use the meetingUUID given once the meeting completes it returns “this meeting does not exist”.

With that in mind, how am I meant to get the meeting participants from a past meeting, if the meetingUUID changes once the meeting has ended? Am I meant to store all the upcoming meeting UUIDs locally then request them? Am I missing some endpoint?

Which App Type (OAuth / Chatbot / JWT / Webhook)?
Using JWT.

Which Endpoint/s?

Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.

Additional context
My Meeting 123 -
UUID Prior ‘++cuNpgxT9CfC+XnhcMiqQ==’,
UUID After ‘s1RgBP9ESJSW+qBaAyZUuw==’

The meeting UUID from a fresh /meetings/id call shows you a UUID for the NEXT instance of that meetingID.

You should use this endpoint to get UUIDs of previous meeting instances:

1 Like

Thanks @samly for your answer! :slight_smile:

@afletcher53, let us know if you have additional questions!

-Tommy