List of all Track recordings.

get/v1/Recordings

Query parameters

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

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'

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

PageSizeinteger

How many resources to return in each list page. The default is 50, and the maximum is 1000.

Pageinteger

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

PageTokenstring

The page token. This is provided by the API.

Response

OK

Changes