Logo
Zoom Public API Documentation

Get a meeting's archived files

GET {{baseUrl}}/past_meetings/:meetingUUID/archive_files

Return a specific meeting instance's archived files.

Prerequisites: * The Meeting and Webinar Archiving feature enabled for your account by Zoom Support.

Scopes: recording:read

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "account_name": "<string>", "archive_files": [ { "download_url": "<string>", "encryption_fingerprint": "<string>", "file_extension": "<string>", "file_size": "<integer>", "file_type": "M4A", "id": "<string>", "individual": "<boolean>", "participant_join_time": "<dateTime>", "participant_leave_time": "<dateTime>", "recording_type": "audio_only", "status": "processing", "file_path": "<string>", "participant_email": "<email>", "number_of_messages": "<integer>", "storage_location": "BR", "auto_delete": "<boolean>" }, { "download_url": "<string>", "encryption_fingerprint": "<string>", "file_extension": "<string>", "file_size": "<integer>", "file_type": "M4A", "id": "<string>", "individual": "<boolean>", "participant_join_time": "<dateTime>", "participant_leave_time": "<dateTime>", "recording_type": "chat_message", "status": "failed", "file_path": "<string>", "participant_email": "<email>", "number_of_messages": "<integer>", "storage_location": "BR", "auto_delete": "<boolean>" } ], "complete_time": {}, "duration": "<integer>", "duration_in_second": "<integer>", "host_id": "<string>", "id": "<long>", "is_breakout_room": "<boolean>", "meeting_type": "external", "recording_count": "<integer>", "start_time": "<dateTime>", "status": "completed", "timezone": "<string>", "topic": "<string>", "total_size": "<integer>", "type": 4, "uuid": "<string>", "parent_meeting_id": "<string>", "group_id": "<string>" }



Curl
curl -X GET 'https://api.zoom.us/v2/past_meetings/:meetingUUID/archive_files' -H 'Accept: application/json'

ENDPOINTS