I am trying to get zoom Meeting Details report using API. The report should be same as "Active Hosts - Report Type “Meeting List with Details”- which I can get from UI.The sample report is here:
But instead of getting the report from UI manually, I want to get the report using ZOOM API with python script which should run as a job periodically.
My query is:
1)how can I get the same report using zoom API?
2) Should I call multiple API? if yes, which are the APIs should I call to get the report?
Any kinds of help is greatly appreciated. Thank you.