All recording api not giving expected response

All recording api not giving expected response

We are getting only last today days recording in response. Even though in our zoom account its more than that. Also we specified from and to date as query parameter.

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

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

Steps to reproduce the behavior:

  1. Request URL / Headers (without credentials) / Body
    Request URL : https://api.zoom.us/v2/users/me/recordings
    Query Parameter:
    page_size=30,from=“2021-05-01”,to=“2021-05-14”

  2. Response:
    Only getting last two days recording from 2021-05-13 to 2021-05-14

Hey @avinash.moharil ,

Can you confirm that user/host has more recordings than being returned?

If you want to get all recordings on an account, you can use the List all recordings of an account API.

Thanks,
Tommy

we want to retrieve all recording of our past meeting.

As your request we used “List all recordings of an account api” but still getting same out put.
Out put response :
{“from”:“2021-05-16”,“to”:“2021-05-17”,“page_size”:0,“total_records”:0,“next_page_token”:"",“meetings”:}

Api : https://api.zoom.us/v2/accounts/me/recordings
Query Parameter:
page_size=30,from=“2021-05-01”,to=“2021-05-17”

expected result : it should return 1 May 2021 to 17 may 2021 all past meeting recording list.

From
Nitin Chopkar

Hey @avinash.moharil,

Are you using OAuth or JWT when making this request?

Thanks,
Max

Hello MaxM,

we are using OAuth.

Thanks,
Nitin

Hey @avinash.moharil,

Thank you for confirming. I tested this on my end but wasn’t seeing the same behavior. How are you making this request? Do you see this issue when testing with a REST client like Postman?

Thanks,
Max

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