Skip to main content
GET
/
v1
/
voiceai
/
agents
/
list
List Agents
curl --request GET \
  --url https://api.example.com/v1/voiceai/agents/list
[
  {
    "agent_id": "<string>",
    "name": "<string>",
    "created_at": 123
  }
]

Headers

x-api-key
string | null

API key for authentication

Response

Successful Response

agent_id
string
required
name
string
required
created_at
integer | null