We are using https://api.zoom.us/v2/report/webinars/{webinarId}/participants api to fetch stats of our webinar.
Webinarid : 96924831360
Our cron called the zoom metrics api to fetch the participants minutes at 13:00 GMT time and zoom returned meeting not started even though class got over on zoom at 12:35 GMT
but when we tried at 13:10 GMT we started getting results from metrics api
so we are handling it from backed to shift the cron from 30 mins to 1 hr…but we need to understand why it took so much time to return the results on zoom metric api
this issue happened for the first time since the last 9 months of this code deployment
Do we have to increase the cron job frequency from 30 min to something else to get reports for webinar ?
Highly appreciated your help