GET /archive_files
Zoom’s archiving solution allows account administrators to set up an automated mechanism to record, collect and archive meeting data to a 3rd party platform of their choice and hence, satisfy FINRA and/ or other compliance requirements.
Use this API to retrieve archived meeting or webinar files of an account.
Scope: recording:read:admin
Rate Limit Label: Medium
Prerequisites:
- Enable cloud recording.
- Follow the enablement process to access the archiving feature.
Servers
- https://api.zoom.us/v2
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
to |
String | No |
End date for the query in "yyyy-MM-dd'T'HH:mm:ss'Z'" format. |
page_size |
Integer | No |
The number of records returned within a single API call. Default value: 30 |
query_data_type |
String | No |
Query data type for Valid values:
Default value: "meeting_start_time" |
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 |
Start date for the query in "yyyy-MM-dd'T'HH:mm:ss'Z'" format. The duration for the query defined using the "from" and "to" parameters should not exceed 7 days as this API only provides a week's data at once. |
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.