Get a call recording
In order to retrieve a active recording metadata, you can use the following endpoint.
Get channel call recording
Get a channel call recording
GET/workspaces/{workspaceId}/channels/{channelId}/calls/{callId}/recordings/{recordingId}
Authorization
Path parameters
workspaceId*string (uuid)
The ID of the workspace
callId*string (uuid)
The ID for a call
channelId*string (uuid)
The ID for a channel
recordingId*string (uuid)
The ID for a call recording
Response
OK
Body
id*Id-2 (string (uuid))
callId*Id-2 (string (uuid))
channelIdChannelId (string (uuid))
status*CallRecordingStatus (enum)
acceptedongoingpausedcompletedavailableabsentfailed
origin*CallRecordingOrigin (enum)
call-command-recordcall-command-record-callcreate-callbridge-call
durationinteger
stereoboolean
endCausestring
createdAt*string (date-time)
updatedAt*string (date-time)
startedAtstring (date-time)
endedAtstring (date-time)
Request
Response
Example 1: Get a specific call recording
Last updated