Zoom api get recordings lower limit

According to zooms api documentation, i should be able to get recordings from as far back as 6 months. However when i make an api request for data more than a month old, it always returns data for exactly one month. Is this a bug? Attached is a screen shot.

Hey @speakwrite,

Please also pass in the to query parameter and make sure it is within one month of the from parameter.

?from=2020-06-01&to=2020-07-01

Thanks,
Tommy

Are you saying we can only got back as far as 1 month?

What i want to know is can i do ?from=2020-06-01&to=2020-08-01

Hey @speakwrite,

You can go back further than one month, but the to and from query parameters have to be a one month range. Checkout my post here:

Thanks,
Tommy

Thank you this answers my question.

1 Like

You are welcome! :slight_smile:

Thanks,
Tommy

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