Skip to main content

List Agents

Retrieve a list of agents belonging to the authenticated user.
string
Search term to filter agents by name
integer
default:"30"
Number of agents to return per page (1-100)

Response

object
Response status information
integer
HTTP status code (200)
string
Status message
array
Array of agent objects
string
Agent ID (numeric or ElevenLabs agent ID)
string
Agent name
array
Array of tag strings
object
Agent conversation configuration
object
Platform-specific settings
boolean
Whether the agent is published
string
ISO 8601 timestamp when agent was published
string
Associated ElevenLabs agent ID
integer
Agent version number
array
Array of associated phone number objects
string
ISO 8601 creation timestamp
string
ISO 8601 last update timestamp
integer
Total number of agents matching the query
boolean
Whether there are more results available

Error Responses

object
Unauthorized - Invalid or missing authentication
object
Internal server error