v1

latestSwagger 2.0Apache 2.02026-07-13123128517.6 KB
calls

Get call recording by name

Returns recording metadata of particular call. Metadata contains link to a MP3 recording

get/calls/{id}/recordings/{name}

Path parameters

idinteger required

An id of a call

namestring required

A name of a recording

Query parameters

fieldsstring

Limit fields received in response. E.g. fields: id, name or fields items (id, name), see more at partial response page.

Response

successful operation

idinteger

An id of a call recording

callIdinteger

An id of a call action

campaignIdinteger

Contains broadcast id if call was sent as a part of voice broadcast

namestring

A name of a recording

createdinteger

The time when the given resource was created, formatted in unix time milliseconds (read only). Example: 1473781817000 for Sat, 05 Jan 1985 14:03:37 GMT

lengthInBytesinteger

A size of a recording file in bytes

lengthInSecondsinteger

Duration of a recording in seconds

hashstring

A unique string hash identifier of a recording

mp3Urlstring

A public URL of a call recording

state'RECORDING' | 'READY' | 'ERROR'

Current state of a recording, available values: RECORDING - recording is in progress, READY - recording is ready, ERROR - error has occurred and recording can be broken