← Back to listing
GET/api/v1/voice-agents/calls/{id}

Get a voice agent call by ID

Returns the details of a voice agent call. Requires an API Key with the 'voice-agents:read' scope.

Authentication

Send your API key in the x-api-key header.

x-api-keybearerx-api-keybearer

Parameters

idrequired

path · string

Voice Agent Call ID

Responses

200Voice agent call found

PublicApiGetVoiceAgentCallByIdResponseDto

data

PublicApiVoiceAgentCallDto

Example response

json
{
  "data": {}
}
401Unauthorized - missing or invalid API key or Bearer token
403API Key does not have the required scope
404Voice agent call not found