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:

Servers

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 from and to.

Valid values:

  • "archive_complete_time"
  • "meeting_start_time"

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

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.