Get Recording
get_recordingRetrieve a meeting recording's full details, including participants, download URL, and metadata by its ID.
Instructions
Recording detail with its full participant list. Returns everything the payload has by default — detail is asked for by id, and for the detail. Surfaces conference_key (link to the meeting/chat; only on this endpoint), download_url (best-quality file for download_recording) and has_chat, alongside title, description, created_date (ISO-8601, local zone, to the second), created_by, duration, status, participants_count, participants, has_audio, comments_count, frame_size, preview_image, qualities. The last four are bulky — pass fields to leave them out. A field the API did not send is simply missing, i.e. "not in this payload".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | narrow the row to these; omitted → every field above. Leaving out has_chat also skips the extra conference lookup it needs. | |
| recording_id | Yes | a recording_id from list_recordings, or an entry of recording_ids from list_meetings / get_meeting. | |
| participant_fields | No | narrow each participant; omitted → every userInfo field. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |