List archived files
GET {{baseUrl}}/archive_files?page_size=30&next_page_token=<string>&from=<dateTime>&to=<dateTime>&query_date_type=meeting_start_time&group_id=<string>
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:
Meeting and Webinar Archiving feature enabled for your account by Zoom Support .
Scopes:
recording:read:admin
Rate Limit Label
:
MEDIUM
Request Params
| Key | Datatype | Required | Description |
| page_size
| number | | The number of records returned within a single API call. |
| next_page_token
| string | | Use the next page token to paginate through large result sets. A next page token is returned whenever the set of available results exceeds the current page size. This token's expiration period is 15 minutes. |
| from
| string | | The query start date, in yyyy-MM-dd'T'HH:mm:ssZ
format. This value and the to
query parameter value cannot exceed seven days. |
| to
| string | | The query end date, in yyyy-MM-dd'T'HH:mm:ssZ
format. This value and the from
query parameter value cannot exceed seven days. |
| query_date_type
| string | | The type of query date.
meeting_start_time
archive_complete_time
This value defaults to meeting_start_time
. |
| group_id
| string | | The group ID. To get a group ID, use the List groups API. |
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"from":"\u003cdateTime\u003e","meetings":[{"account_name":"\u003cstring\u003e","archive_files":[{"download_url":"\u003cstring\u003e","encryption_fingerprint":"\u003cstring\u003e","file_extension":"\u003cstring\u003e","file_size":"\u003cinteger\u003e","file_type":"CC","id":"\u003cstring\u003e","individual":"\u003cboolean\u003e","participant_join_time":"\u003cdateTime\u003e","participant_leave_time":"\u003cdateTime\u003e","recording_type":"chat_message","status":"failed","file_path":"\u003cstring\u003e","participant_email":"\u003cemail\u003e","number_of_messages":"\u003cinteger\u003e","storage_location":"CA","auto_delete":"\u003cboolean\u003e"},{"download_url":"\u003cstring\u003e","encryption_fingerprint":"\u003cstring\u003e","file_extension":"\u003cstring\u003e","file_size":"\u003cinteger\u003e","file_type":"CHAT","id":"\u003cstring\u003e","individual":"\u003cboolean\u003e","participant_join_time":"\u003cdateTime\u003e","participant_leave_time":"\u003cdateTime\u003e","recording_type":"audio_only","status":"completed","file_path":"\u003cstring\u003e","participant_email":"\u003cemail\u003e","number_of_messages":"\u003cinteger\u003e","storage_location":"AU","auto_delete":"\u003cboolean\u003e"}],"complete_time":{},"duration":"\u003cinteger\u003e","duration_in_second":"\u003cinteger\u003e","host_id":"\u003cstring\u003e","id":"\u003clong\u003e","is_breakout_room":"\u003cboolean\u003e","meeting_type":"external","recording_count":"\u003cinteger\u003e","start_time":"\u003cdateTime\u003e","status":"processing","timezone":"\u003cstring\u003e","topic":"\u003cstring\u003e","total_size":"\u003cinteger\u003e","type":6,"uuid":"\u003cstring\u003e","parent_meeting_id":"\u003cstring\u003e","group_id":"\u003cstring\u003e"},{"account_name":"\u003cstring\u003e","archive_files":[{"download_url":"\u003cstring\u003e","encryption_fingerprint":"\u003cstring\u003e","file_extension":"\u003cstring\u003e","file_size":"\u003cinteger\u003e","file_type":"CC","id":"\u003cstring\u003e","individual":"\u003cboolean\u003e","participant_join_time":"\u003cdateTime\u003e","participant_leave_time":"\u003cdateTime\u003e","recording_type":"chat_message","status":"completed","file_path":"\u003cstring\u003e","participant_email":"\u003cemail\u003e","number_of_messages":"\u003cinteger\u003e","storage_location":"BR","auto_delete":"\u003cboolean\u003e"},{"download_url":"\u003cstring\u003e","encryption_fingerprint":"\u003cstring\u003e","file_extension":"\u003cstring\u003e","file_size":"\u003cinteger\u003e","file_type":"CC","id":"\u003cstring\u003e","individual":"\u003cboolean\u003e","participant_join_time":"\u003cdateTime\u003e","participant_leave_time":"\u003cdateTime\u003e","recording_type":"audio_only","status":"completed","file_path":"\u003cstring\u003e","participant_email":"\u003cemail\u003e","number_of_messages":"\u003cinteger\u003e","storage_location":"IN","auto_delete":"\u003cboolean\u003e"}],"complete_time":{},"duration":"\u003cinteger\u003e","duration_in_second":"\u003cinteger\u003e","host_id":"\u003cstring\u003e","id":"\u003clong\u003e","is_breakout_room":"\u003cboolean\u003e","meeting_type":"internal","recording_count":"\u003cinteger\u003e","start_time":"\u003cdateTime\u003e","status":"processing","timezone":"\u003cstring\u003e","topic":"\u003cstring\u003e","total_size":"\u003cinteger\u003e","type":8,"uuid":"\u003cstring\u003e","parent_meeting_id":"\u003cstring\u003e","group_id":"\u003cstring\u003e"}],"next_page_token":"\u003cstring\u003e","page_size":"\u003cinteger\u003e","to":"\u003cdateTime\u003e","total_records":"\u003cinteger\u003e"}