Get a call insights
Use this endpoint to to retrieve media and signalling insights of a voice call.
Command get a call insights
Get channel call insights
Get a channel call insights
GET/workspaces/{workspaceId}/channels/{channelId}/calls/{callId}/insights
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
parentIdId-2 (string (uuid))
direction*Direction (enum)
incomingoutgoing
status*Status-4 (enum)
acceptedstartingringingongoingcompletedno-answerbusyfailedcancelledscheduled
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)
signallingMetricssignallingInsights
mediaMetricsqualityInsights
Request
Response
Example 1: Get insights from an outbound call
Last updated