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
Antwoord-payload
id
string
verplicht
callId
string
verplicht
channelId
string
status
string
verplicht
Possible values: accepted, ongoing, paused, completed, available, absent, failed
origin
string
verplicht
Possible values: call-command-record, call-command-record-call, create-call, bridge-call
duration
integer
stereo
boolean
endCause
string
createdAt
string
verplicht
updatedAt
string
verplicht
startedAt
string
endedAt
string
Codevoorbeeld
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

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