Get archived file statistics
GET {{baseUrl}}/archive_files/statistics?from=<dateTime>&to=<dateTime>
Get statistics about 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 and 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 |
| from
| string | | The query start date, 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. |
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"from":"\u003cdateTime\u003e","to":"\u003cdateTime\u003e","total_records":"\u003cinteger\u003e","statistic_by_file_extension":{"mp4_file_count":"\u003cinteger\u003e","m4a_file_count":"\u003cinteger\u003e","txt_file_count":"\u003cinteger\u003e","json_file_count":"\u003cinteger\u003e","vtt_file_count":"\u003cinteger\u003e"},"statistic_by_file_status":{"processing_file_count":"\u003cinteger\u003e","completed_file_count":"\u003cinteger\u003e","failed_file_count":"\u003cinteger\u003e"}}