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&#39;T&#39;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&#39;T&#39;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

{&quot;from&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;to&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;total_records&quot;:&quot;\u003cinteger\u003e&quot;,&quot;statistic_by_file_extension&quot;:{&quot;mp4_file_count&quot;:&quot;\u003cinteger\u003e&quot;,&quot;m4a_file_count&quot;:&quot;\u003cinteger\u003e&quot;,&quot;txt_file_count&quot;:&quot;\u003cinteger\u003e&quot;,&quot;json_file_count&quot;:&quot;\u003cinteger\u003e&quot;,&quot;vtt_file_count&quot;:&quot;\u003cinteger\u003e&quot;},&quot;statistic_by_file_status&quot;:{&quot;processing_file_count&quot;:&quot;\u003cinteger\u003e&quot;,&quot;completed_file_count&quot;:&quot;\u003cinteger\u003e&quot;,&quot;failed_file_count&quot;:&quot;\u003cinteger\u003e&quot;}}