Logo
Zoom Public API Documentation

meetings-{meetingId}-recordings

Number of APIs: 2


1. Delete meeting recordings

DELETE {{baseUrl}}/meetings/:meetingId/recordings?action=trash

Delete all recording files of a meeting.

Prerequisites: * Cloud Recording should be enabled on the user's account.

Scopes: recording:write:admin,recording:write

Rate Limit Label: Light



2. Get meeting recordings

GET {{baseUrl}}/meetings/:meetingId/recordings?include_fields=<string>&ttl=<integer>

Returns all of a meeting's recordings.

Use the download_url property listed in the response to download the recording files. To access a passcode-protected cloud recording, send the user's OAuth access token as a Bearer token in the Authorization header.

Example: curl -H 'Authorization: Bearer <ACCESS_TOKEN>' https://{{base-domain}}/rec/archive/download/xyz

Scopes: recording:read,phone_recording:read:admin

Rate Limit Label: LIGHT



ENDPOINTS