API v2/accounts/me/recordings doenst return all records

Description
I’m trying to use the API /meetings/{meetingId}/recordings. Its return me only 3 records, but if i check in zoom web panel, i can see 52 records.

Error
return few informations, and not all records file.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth

Which Endpoint/s?
v2/accounts/me/recordings.

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Request URL / Headers (without credentials) / Body
    in python:

headers = {
‘authorization’: “Bearer my token here”,
‘content-type’: “application/json”
}
recordings = requests.get(url=‘https://api.zoom.us/v2/accounts/me/recordings?page_size=300’, headers=headers)
print(recordings.content)

  1. See error
    total_records:3
    In web, i can see 52.

Additional context
I need to automate a download of all meetings in company, and copy to an AWS S3.

Hey @joao.assis,

Please try using the List All Recordings endpoint:

Let me know if you see them.

Thanks,
Tommy

Hi Tommy!
Thank you for reply.
So… I tried using a user that I check in web page that have some records, but when I call the API, I can’t find the API.
Return message: b’{“from”:“2020-07-26”,“to”:“2020-07-27”,“page_count”:0,“page_size”:0,“total_records”:0,“next_page_token”:"",“meetings”:}’

Can you help me?
Thank you!

Hey @joao.assis,

Can you email these details, the meetingID for the recording, and the userID you are passing in to developersupport@zoom.us?

Thanks,
Tommy