Encountered an issue where the api returns an empty responses for some of our accounts while fetching recordings. In the process, we figured out that api returns data only for past 6 months strictly in one month range or less than that.
“message”: “Only provide report in recent 6 months”
}
I was not able to find documentation/mention of this behaviour in Zoom’s docs. Can you provide some insight on this? Are we doing something wrong? Or is there no way to get data older than 6 months? Or is that a restriction of our specific account?
Thanks for the response White. Just a quick question, Will the data before 6 months still be on your servers or will it be deleted ? Is there any alternate way to query old data ?
We have spoke, with our Engineers, we are working on new functionality to remove the limit. However, we do not have a timetable of when it will be released right now.
@michael_p.zoom do you have an update on this at all? As per the OP I bashed my head against this wall for a good while before thinking that it might not actually be my fault.
@White_Tao confessed that the docs were at fault and asserted that these would be updated - which has not yet happened and has resulted in wasted development time.
Hi @michael_p.zoom. Thanks for the update but I really don’t think those docs have been changed. I cleared my cache and I still can’t see any reference to a 6 month limit.
Is there an update in regards to this? The random limitation of the six-month period is impacting our ability to properly audit our instance using the Cloud Recording API endpoint.
Any updates on this? This is a medium endpoint. Thus, to get recordings for a 4 month period, we have to do 4 requests to Zoom. This limitation seems arbitrary and very frustrating to work with.
Also, I don’t see any documentation on what counts as a “month”…is that:
30 days
Same date the previous month? (ex: 4/7 to 5/7)
AND if it’s the second option, what if one month has 31 days and another has fewer? Is 6/30 to 7/31 allowed? Or would we have to get that in two batches?