Get a call
GET a call details from a specific voice channel.
Get channel call
Get a channel call
GET/workspaces/{workspaceId}/channels/{channelId}/calls/{callId}
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
Response
OK
Body
id*Id-2 (string (uuid))
channelId*ChannelId (string (uuid))
from*string
to*string
originator*ChannelCallOriginatorOrReceiver
receiver*ChannelCallOriginatorOrReceiver
parentIdId-2 (string (uuid))
direction*Direction (enum)
incomingoutgoing
status*Status-4 (enum)
acceptedstartingringingongoingcompletedno-answerbusyfailedcancelledscheduled
reasonstring
type*Type-2 (enum)
pstnsipwebrtc
durationinteger
hangupCauseCodeinteger
hangupSourcenullable HangupSource (enum)
calleecallerapitimeoutmedia-timeoutnone
hangupSipCodestring
createdAt*string (date-time)
updatedAt*string (date-time)
ringingAtstring (date-time)
answeredAtstring (date-time)
endedAtstring (date-time)
scheduledForstring (date-time)
callFlowCallFlow
notificationCallNotification
qualityInsightsqualityInsights
sipInsightssignallingInsights
amdResultAmdResult
sipTypeSIPType (enum)
elasticbyocforward
tagsTags-2 (array of Name-3 (string))
Tags to associate with the call. Tags are converted to lower case and tags that do not exist are automatically created. You can view your created tags in the UI. You can specify up to 10 tags per call.
Request
Response
Example 1: Get a call from a workspace and a channel
Last updated