v50

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

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'

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 for historical purposes.

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