How to get the exact meeting duration from zoom API not the scheduled duration

Is there any way to get the exact meeting duration for a particular meeting? When I getting response for the listmeetings, it returns the duration like 60 minutes or 30 minutes. But I think that is the scheduled time. I need actually the exact time of the meeting like it may scheduled for 60 minutes but actually the meeting was for 5 minutes and after 5 minutes it was ended. Any help about this will be highly appreciable.

Hi @sas.somnath,

If you use this API https://marketplace.zoom.us/docs/api-reference/zoom-api/reports/reportmeetings, you will be able to get the meeting duration in minutes. Please note that the duration would be rounded of to the next minute. For e.g: If the duration of your meeting was 5 minutes 43 secs, the duration would be 6 minutes.