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
200

OK

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?