v1

latestOpenAPI 3.0.1Apache 2.02026-07-14131427.8 KB

Returns a single MediaRecording resource identified by a SID.

get/v1/MediaRecordings/{Sid}

Path parameters

Sidstring required

The SID of the MediaRecording resource to fetch.

Response

OK

account_sidstring nullable

The SID of the Account that created the MediaRecording resource.

date_createdstring date-time nullable

The date and time in GMT when the resource was created specified in ISO 8601 format.

date_updatedstring date-time nullable

The date and time in GMT when the resource was last updated specified in ISO 8601 format.

durationinteger nullable

The duration of the MediaRecording in seconds.

format'mp4' | 'webm'
linksobject nullable

The URLs of related resources.

media_sizeinteger nullable

The size of the recording media in bytes.

processor_sidstring nullable

The SID of the MediaProcessor resource which produced the MediaRecording.

resolutionstring nullable

The dimensions of the video image in pixels expressed as columns (width) and rows (height).

sidstring nullable

The unique string generated to identify the MediaRecording resource.

source_sidstring nullable

The SID of the resource that generated the original media track(s) of the MediaRecording.

status'processing' | 'completed' | 'deleted' | 'failed'
status_callbackstring uri nullable

The URL to which Twilio will send asynchronous webhook requests for every MediaRecording event. See Status Callbacks for more details.

status_callback_method'HEAD' | 'GET' | 'POST' | 'PATCH' | 'PUT' | 'DELETE' http-method nullable

The HTTP method Twilio should use to call the status_callback URL. Can be POST or GET and the default is POST.

urlstring uri nullable

The absolute URL of the resource.