
Zoom API Integration Profile
Information and guides about integrating with Zoom API
Add Zoom Integration to Your ProductList archived files in Zoom API
Get an account's archived meeting or webinar files.
Zoom's archiving solution lets account administrators set up an automated mechanism to record, collect, and archive meeting data to a third-party platform of their choice to satisfy FINRA or other compliance requirements.
Prerequisites:
- The Meeting and Webinar Archiving feature enabled for your account by Zoom Support.
Scopes: recording:read:admin
Rate Limit Label: MEDIUM
Input schema fields
Field Name | API Key | Type | |
---|---|---|---|
Query | query | object | |
Page Size | query.page_size | integer | |
Next Page Token | query.next_page_token | string | |
From | query.from | string | |
To | query.to | string |
Output schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
From | from | string | The queried start date. |
Meetings | meetings | array of items | Information about the meeting or webinar. |
Account Name | item.account_name | string | The user's account name. |
Archive Files | item.archive_files | array of items | Information about the archive files. |
Download Url | item.download_url | string | The URL to download the the archive file. **OAuth apps** If a user has authorized and installed your OAuth app that contains recording scopes, use the user's [OAuth access token](https://developers.zoom.us/docs/integrations/oauth/) to download the file. For example, `https://{{base-domain}}/rec/archive/download/xxx--header 'Authorization: Bearer {{OAuth-access-token}}'` **Note:** This field does **not** return for [Zoom on-premise accounts](https://support.zoom.us/hc/en-us/articles/360034064852-Zoom-On-Premise-Deployment). Instead, this API will return the `file_path` field. |