Skip to main content

Query Parameters

limit
integer
default:"50"
Maximum number of agents to return (1–100)
offset
integer
default:"0"
Number of agents to skip for pagination

Response 200

Response Fields

agents
array
List of agent summaries
agents[].id
string
Agent public ID (format: ag_*)
agents[].name
string
Agent display name
agents[].model
string
LLM model identifier
agents[].agentType
string
simple, graph, or workflow
agents[].voiceEnabled
boolean
Whether voice/phone is enabled
agents[].createdAt
string
ISO 8601 creation timestamp
total
integer
Total number of agents

Errors