Recordings
List and fetch recordings captured during a call.
List call recordings
Returns every recording captured during the call. This list is not paginated.
path Parameters
AccountSidSID of the account that owns the call.
CallSidSID of the call whose recordings are listed.
List call recordings › Responses
Recording list.
uriPath of this request. This list is not paginated.
Fetch a recording
Returns metadata for a single recording.
path Parameters
AccountSidSID of the account that owns the recording.
RecordingSidSID of the recording. The .json suffix is optional.
Fetch a recording › Responses
Recording details.
sidUnique identifier of this recording.
account_sidSID of the account that owns this recording.
call_sidSID of the call this recording was captured during.
durationRecording duration in seconds. Omitted from the response until the recording finishes.
formatMedia format of the recording, for example wav. Omitted from the response until known.
date_createdISO 8601 creation timestamp.
date_updatedISO 8601 last-update timestamp.
uriPath of this recording resource.