Skip to main content
GET
/
v1
/
voice
/
agents
/
{agent}
/
optimizer
Get optimizer for an agent
curl --request GET \
  --url https://api.comm.com/api/v1/voice/agents/{agent}/optimizer \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "agent_id": "<string>",
  "system_prompt": "<string>",
  "answered_calls_per_test": "<string>",
  "test_volume_percent": "<string>",
  "is_enabled": "<string>",
  "current_test_id": "<string>",
  "is_active": true,
  "history_count": "<string>",
  "created_at": "<string>",
  "updated_at": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agent
string<uuid>
required

The agent ID

Response

id
string
required
name
string
required
agent_id
string
required
system_prompt
string
required
answered_calls_per_test
string
required
test_volume_percent
string
required
is_enabled
string
required
current_test_id
string
required
is_active
boolean
required
history_count
string
required
created_at
string
required
updated_at
string
required