Fetching all cloud recordings of user in a single request

Hi,

Api link that i used: https://api.zoom.us/v2/users/me/recordings

I have gone through the list all cloud recordings API in zoom. According to your Api it is limiting to get only 1 month data at a time.

Is there any way to fetch all the recordings of users without a maximum limit on a monthly basis.

If the above is not listed without maximum limit in your zoom Api list.
At Least is there any Api to get high level datas of user like number of videos each month in a single request itself. So that we can avoid calling unnecessary requests , if the user don’t have any recordings data in the respective months.

Hey @jerry2,

The GET Users Cloud Recordings endpoint can only filter in one month increments.

You can however use the Cloud Recording reports endpoint to find high level data on all recordings for the account:

Or moving forward, you can use the Cloud Recording Completed webhook to be notified of any new cloud recordings, which you can use to keep a count of in your system.

Let me know if that helps! :slight_smile:

Thanks,
Tommy

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.