Meeting UUIDs and past meeting participants

Hello,

We are trying to pull in historical information on past meeting participants using the GET/past_meetings/{meetingId}/participants endpoint. We have tried to get meeting UUIDS using the list meeting endpoint GET/users/{userId}/meetings. However, most of these UUIDS give us an error when trying to get past participants saying the meeting can’t be found. Should we try using the UUIDS from the List past meeting instances endpoint? Are the UUIDs from the past meeting instances different from the UUIDS on just the list meeting endpoint? Appreciate any advice on how we can pull in the historical information.

Thank you