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

Changes

Changed in 6 of the 50 revisions of this API.55

    • the recordings/items/grouping_sids response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • for the query request parameter PageSize, default value 50 was added

      request-parameter-default-value-added

    • for the query request parameter PageSize, the max was decreased from 1000.00 to 100.00

      request-parameter-max-decreased

    • the recordings/items/grouping_sids response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • for the query request parameter PageSize, the type/format was changed from integer/ to integer/int64

      request-parameter-type-changed

    • removed the DELETE enum value from the recordings/items/status_callback_method response property for the response status 200

      response-property-enum-value-removed

    • removed the HEAD enum value from the recordings/items/status_callback_method response property for the response status 200

      response-property-enum-value-removed

    • removed the PATCH enum value from the recordings/items/status_callback_method response property for the response status 200

      response-property-enum-value-removed

    • removed the PUT enum value from the recordings/items/status_callback_method response property for the response status 200

      response-property-enum-value-removed

    • api tag VideoV1Recording added

      api-tag-added