get/v1/Rooms/{RoomSid}/Recordings

Path parameters

RoomSidstring required

The SID of the room with the RoomRecording resources to read.

Query parameters

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

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

SourceSidstring

Read only the recordings that have this source_sid.

DateCreatedAfterstring date-time

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

DateCreatedBeforestring date-time

Read only Recordings that started before this ISO 8601 datetime with time zone.

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