GET "List all recordings" of user - search only last day records and return empty list

Description
when I send get request of this endpoint : “http://api.zoom.us/v2/users/me/recordings”, result is only one (last) day and response is empty meeting and record list.

Error
The full error message or issue you are running into.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
oAuth2.0

Which Endpoint/s?
http://api.zoom.us/v2/users/me/recordings

  1. Request URL / Headers (without credentials) / Body
    headers = {‘Authorization’: 'Bearer ’ + self.access_token}
    Body = {
    ‘from’:‘2020-03-03’, ‘to’: ‘2020-06-04’
    }
  2. See error
    {“from”:“2020-05-03”,“to”:“2020-06-03”,“page_count”:0,“page_size”:0,“total_records”:0,“next_page_token”:"",“meetings”:}
1 Like

Hi @tamtiusha.kirtadze can you try this with a date range of 30 days?

Can not understand, how can I try it?

Hey @tamtiusha.kirtadze,

Please see my post here:

Thanks,
Tommy

1 Like