Need to list past meeting participant status

Past meeting
I would like to get all participant status (attended, no show etc) for all the participant who has been registered for the event (Zoom Meeting)

Could you please let me know which API should I use to get this information from Zoom

Thanks in Advance

@ARTECH_Consultancy we do not have a single API that can give you the details.

You can call the List Meeting Registrants API to get a list of all the people who registered

Then you can call the other Participant related APIs (Report, Dashboard or List participants) to compare with that list with the registrants from List Meeting Registrants API.