Skip to main content
GET
/
api
/
v1
/
connection
/
agent-status
/
{agent_id}
Agent Connection Status
curl --request GET \
  --url https://dev.voice.ai/api/v1/connection/agent-status/{agent_id} \
  --header 'Authorization: Bearer <token>'
{
  "agent_id": "<string>",
  "name": "<string>",
  "voice_id": "<string>",
  "status": "<string>",
  "status_code": 123,
  "call_allowed": true,
  "call_validation_details": {}
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Use your API key as the bearer token. Format: Authorization: Bearer

Path Parameters

agent_id
string
required

Response

Successful Response

agent_id
string
required
name
string
required
voice_id
string
required
status
string
required
status_code
integer
required
call_allowed
boolean
required
call_validation_details
Call Validation Details · object