Sign inGet started

Get a call recording

In order to retrieve a active recording metadata, you can use the following endpoint.
GET
/workspaces/{workspaceId}/channels/{channelId}/calls/{callId}/recordings/{recordingId}
Get a channel call recording
Cuerpo de la respuesta
id
string
obligatorio
callId
string
obligatorio
channelId
string
status
string
obligatorio
Possible values: accepted, ongoing, paused, completed, available, absent, failed
origin
string
obligatorio
Possible values: call-command-record, call-command-record-call, create-call, bridge-call
duration
integer
stereo
boolean
endCause
string
createdAt
string
obligatorio
updatedAt
string
obligatorio
startedAt
string
endedAt
string
Ejemplo de código
curl -X GET 'https://api.bird.com/workspaces/{workspaceId}/channels/{channelId}/calls/{callId}/recordings/{recordingId}' \
  -H 'Authorization: AccessKey YOUR_ACCESS_KEY'

Example 1: Get a specific call recording

Ejemplo de código
curl "https://api.bird.com/workspaces/{workspaceId}/channels/{channelId}/calls/{callId}/recordings/{recordingId}" \
     -H "Authorization: AccessKey YOUR_SECRET_TOKEN"