Get a 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
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.
404
The request did not pass validation
application/json
get
/workspaces/{workspaceId}/channels/{channelId}/calls/{callId}Example 1: Get a call from a workspace and a channel
Last updated
Was this helpful?

