Get a call insights

Use this endpoint to to retrieve media and signalling insights of a voice call.

Get channel call insights

get

Get a channel call insights

Authorizations
HTTPRequired

Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')

Path parameters
workspaceIdstring · uuidRequired

The ID of the workspace

callIdstring · uuidRequired

The ID for a call

channelIdstring · uuidRequired

The ID for a channel

Responses
chevron-right
200

OK

application/json
idstring · uuidRequired
channelIdstring · uuidRequired
fromstringRequired
tostringRequired
parentIdstring · uuidOptional
directionstring · enumRequiredPossible values:
statusstring · enumRequiredPossible values:
typestring · enumRequiredPossible values:
durationintegerOptional
hangupCauseCodeintegerOptional
hangupSourcestring · enum · nullableOptionalPossible values:
hangupSipCodestringOptional
createdAtstring · date-timeRequired
updatedAtstring · date-timeRequired
ringingAtstring · date-timeOptional
answeredAtstring · date-timeOptional
endedAtstring · date-timeOptional
get
/workspaces/{workspaceId}/channels/{channelId}/calls/{callId}/insights

Example 1: Get insights from an outbound call

Last updated

Was this helpful?