Get a call

GET a call details from a specific voice channel.

Get channel call

get

Get a channel call

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:
reasonstringOptional
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
scheduledForstring · date-timeOptional
sipTypestring · enumOptionalPossible values:
tagsstring[] · max: 10Optional

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.

get
/workspaces/{workspaceId}/channels/{channelId}/calls/{callId}

Example 1: Get a call from a workspace and a channel

Last updated

Was this helpful?