GET /accounts/{accountId}/recordings
List Cloud Recordings available on an Account.
To access a password protected cloud recording, add an "access_token" parameter to the download URL and provide JWT as the value of the "access_token".
**Prerequisites**:
* A Pro or a higher paid plan with Cloud Recording option enabled.
**Scopes**: `recording:read:admin` or `account:read:admin`
If the scope recording:read:admin is used, the Account ID of the Account must be provided in the accountId path parameter to list recordings that belong to the Account. This scope only works for sub accounts.
To list recordings of a master account, the scope must be account:read:admin and the value of accountId should be me.
Rate Limit Label: Medium
Servers
- https://api.zoom.us/v2
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
accountId |
String | Yes |
Unique identifier of the account. |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
to |
String | No |
The end date for the monthly range for which you would like to retrieve recordings. The maximum range can be a month. |
page_size |
Integer | No |
The number of records returned within a single API call. Default value: 30 |
next_page_token |
String | No |
The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes. |
from |
String | No |
The start date in UTC for the monthly range for which you would like to retrieve recordings. The maximum range can be a month. If no value is provided for this field, the default will be current date. For example, if you make the API request on June 30, 2020, without providing the “from” and “to” parameters, by default the value of 'from' field will be “2020-06-30” and the value of the 'to' field will be “2020-07-01”. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.