How to get all recordings for a given meeting id

Hey @omair,

With the V2 APIs you will have to call the List Ended Meeting Instances endpoint, passing in the meetingID, then for each meeting instance, call the Get Meeting Recordings endpoint passing in the meetingUUID.

Related post:

Thanks,
Tommy