v1

latestOpenAPI 3.1.02026-07-26102934.7 KB
meetings

Get recording

Returns a temporary URL to download the recording for a meeting. The URL is short-lived and should be used promptly.

get/meetings/{meeting_id}/recording

Path parameters

meeting_idstring required

The meeting ID (e.g., mtg_abc123).

Response

The recording URL.

meeting_idstring required

The meeting ID.

recording_urlstring nullable required

A temporary, signed URL to download the recording. null if no recording is available.

Example response

{
  "meeting_id": "mtg_abc123"
}