GET
/
recordings
/
{id}

Authorizations

Authorization
string
headerrequired

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
id
string
required

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

room_name
string
required

The name of the room.

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
max_participants
integer

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

duration
integer
required

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

share_token
string
required

Deprecated.

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.

s3key
string
required

The S3 Key associated with this recording.

mtgSessionId
string
required

The meeting session ID for this recording.

isVttEnabled
boolean
required

Indicates if WebVTT is enabled for this recording.