v50

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-04-143933299.0 KB
VideoV1Recording

List of all Track recordings.

List of all Track recordings.

get/v1/Recordings

Query parameters

Status'processing' | 'completed' | 'deleted' | 'failed'

The status of the recording. Can be: processing, completed, or deleted. processing indicates the recording is still being captured; completed indicates the recording has been captured and is now available for download. deleted means the recording media has been deleted from the system, but its metadata is still available.

Read only the recordings that have this status. Can be: processing, completed, or deleted.

SourceSidstring

Read only the recordings that have this source_sid.

GroupingSidstring[]

Read only recordings with this grouping_sid, which may include a participant_sid and/or a room_sid.

DateCreatedAfterstring date-time

Read only recordings that started on or after this ISO 8601 date-time with time zone.

DateCreatedBeforestring date-time

Read only recordings that started before this ISO 8601 date-time with time zone, given as YYYY-MM-DDThh:mm:ss+|-hh:mm or YYYY-MM-DDThh:mm:ssZ.

MediaType'audio' | 'video' | 'data'

The recording's media type. Can be: audio or video.

Read only recordings that have this media type. Can be either audio or video.

PageSizeinteger

How many resources to return in each list page.

Pageinteger

The page index. This value is simply for client state.

PageTokenstring

The page token. This is provided by the API.

Response

OK