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>",
  "creator_user_id": "<string>",
  "voice_id": "<string>",
  "status": "<string>",
  "status_code": 123,
  "call_allowed": true,
  "call_validation_details": {},
  "category": "business",
  "playground_visibility": "unlisted"
}

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
creator_user_id
string
required
voice_id
string
required
status
string
required
status_code
integer
required
call_allowed
boolean
required
call_validation_details
Call Validation Details · object
category
enum<string> · null · null
default:business
Available options:
business,
playground
playground_visibility
enum<string> · null · null
default:unlisted
Available options:
public,
unlisted