GET
/
recordings
/
{id}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The ID of the recording to retrieve

Response

200 - application/json
duration
integer
required

How many seconds long the recording is, approximately. This property is not returned for recordings that are in-progress.

id
string
required

A unique, opaque ID for this object. You can use this ID in API calls, and in paginated list operations.

isVttEnabled
boolean
required

Indicates if WebVTT is enabled for this recording.

mtgSessionId
string
required

The meeting session ID for this recording.

room_name
string
required

The name of the room.

s3key
string
required

The S3 Key associated with this recording.

share_token
string
required

Deprecated.

start_ts
integer
required

When the recording started. This is a unix timestamp (seconds since the epoch).

status
enum<string>
required

Options: "finished","in-progress","canceled"

Available options:
finished,
in-progress,
canceled
tracks
object[]
required

If the recording is a raw-tracks recording, a tracks field will be provided. If role permissions have been removed, the tracks field may be null.

max_participants
integer

The maximum number of participants that were ever in this room together during the meeting session that was recorded.