Attendance response is empty when we got it through the Cronjob

Format Your New Topic as Follows:

API Endpoint(s) and/or Zoom API Event(s)
report/meetings/{meeting_id}/participants?page_size=250&next_page_token=

Description
We are using the cronjob to get the atttendance from the Zoom to integrate with our platform. But when the cronjob runs that time we got the Empty Response. {“vc_attendance_list”:,“vc_actual_session”:} But When we using Postman and checking we are getting the response manually. It is happened only one time. How we can resolve it?

Error?
Empty response {“vc_attendance_list”:,“vc_actual_session”:}

How To Reproduce
We are trying to reproduce. But we can’t able to reproduce it.