Setting the file. One moment.
Skill 132 · Build Zoom REST API App
Subchapter 132.26
references/recordings.mdMarkdown1 KBView on GitHub
Access and manage Zoom cloud recordings.
GET /users/{userId}/recordingsQuery parameters:
from - Start date (YYYY-MM-DD)to - End date (YYYY-MM-DD)GET /meetings/{meetingId}/recordingsDELETE /meetings/{meetingId}/recordingsDELETE /meetings/{meetingId}/recordings/{recordingId}Response includes multiple file types:
| Type | Description |
|---|---|
shared_screen_with_speaker_view | Screen share + speaker |
shared_screen_with_gallery_view | Screen share + gallery |
active_speaker | Speaker view only |
gallery_view | Gallery view only |
audio_only | Audio file (M4A) |
chat_file | Chat transcript |
timeline | Meeting timeline |
audio_transcript | VTT transcript |
# Get download URL from recording files
GET {download_url}?access_token={token}Note: Download URLs require authentication.
recording:read - View/download recordingsrecording:write - Delete recordings