Sign inGet started

List Recordings

In order to retrieve all recordings you can use this request.
GET
/workspaces/{workspaceId}/recordings
List recordings
查询参数
limit
integer
Limits the number of results to return.
pageToken
string
The cursor that keeps track of the current position in the results.
sourceId
string
channelId
string
id
string
direction
string
Direction of the call
Possible values: incoming, outgoing
startAt
string
Start date for the query
endAt
string
End date for the query
from
string
From number of the call
to
string
To number of the call
status
string
Possible values: accepted, completed, ongoing, paused, available, absent, failed
响应载荷
results
array of object
显示子属性
results.id
string
必填
The ID for the recording.
results.source
string
必填
Possible values: call, conference
results.sourceId
string
必填
The ID for the source.
results.channelId
string
The ID for the channel.
results.status
string
必填
Possible values: accepted, completed, ongoing, paused, available, absent, failed
results.direction
string
Possible values: incoming, outgoing
results.originator
object
显示子属性
results.originator.contact
object
显示子属性
results.originator.contact.id
string
必填
results.originator.contact.identifierKey
string
必填
results.originator.contact.identifierValue
string
必填
results.originator.number
object
必填
显示子属性
results.originator.number.type
string
必填
Possible values: pstn, webrtc
results.originator.number.number
string
必填
results.originator.number.anonymous
boolean
results.originator.number.callerIdName
string
results.originator.number.identity
string
results.originator.number.countryIsoCode
string
results.receiver
object
显示子属性
results.receiver.contact
object
显示子属性
results.receiver.contact.id
string
必填
results.receiver.contact.identifierKey
string
必填
results.receiver.contact.identifierValue
string
必填
results.receiver.number
object
必填
显示子属性
results.receiver.number.type
string
必填
Possible values: pstn, webrtc
results.receiver.number.number
string
必填
results.receiver.number.anonymous
boolean
results.receiver.number.callerIdName
string
results.receiver.number.identity
string
results.receiver.number.countryIsoCode
string
results.origin
string
必填
Possible values: call-command-record, call-command-record-call, create-call, bridge-call
results.duration
integer
results.stereo
boolean
必填
results.format
string
必填
results.transcription
boolean
必填
results.conferenceId
string
The ID for the conference.
results.url
string
results.roomInfoUrl
string
results.createdAt
string
必填
results.updatedAt
string
必填
results.endedAt
string
results.startedAt
string
nextPageToken
string
The token that can be passed as pageToken in URL to retrieve the next set of results. If missing, no more results to display.
代码示例
curl -X GET 'https://api.bird.com/workspaces/{workspaceId}/recordings' \
  -H 'Authorization: AccessKey YOUR_ACCESS_KEY'
代码示例
curl "/workspaces/{workpaceId}/recordings" \
     -H 'Authorization: AccessKey YOUR_SECRET_TOKEN'