Description
Okay, something in your API must’ve changed recently. I was previously able to list all the recordings of a user account, up to a period of six (6) months.
Now, whenever I try, I only get recordings within a one (1) month range. Am I doing something wrong? What changed?
Error
No error messages.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
https://api.zoom.us/v2/users/{userId}/recordings
How To Reproduce (If applicable)
Steps to reproduce the behavior:
curl --request GET
–url ‘https://api.zoom.us/v2/users/user@domain.com/recordings?trash_type=meeting_recordings&from=2020-01-01&mc=false&page_size=300’
–header ‘authorization: Bearer $TOKEN’