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
Treść odpowiedzi
id
string
wymagane
callId
string
wymagane
channelId
string
status
string
wymagane
Possible values: accepted, ongoing, paused, completed, available, absent, failed
origin
string
wymagane
Possible values: call-command-record, call-command-record-call, create-call, bridge-call
duration
integer
stereo
boolean
endCause
string
createdAt
string
wymagane
updatedAt
string
wymagane
startedAt
string
endedAt
string
Przykład kodu
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

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