/v1/agents List agents
Returns a list of agents in your account.
Returns a paginated list of all agents in your account. The agents are returned sorted by creation date, with the most recently created agents appearing first.
Query Parameters
limit
Number of agents to return. Default is 20, maximum is 100.
offset
Offset for pagination. Use with limit to paginate through results.
status
Filter agents by status. One of: active, paused, archived.
Response
Returns an object with a data property containing an array of agent objects, along with pagination metadata.
data An array of agent objects.
has_more Whether there are more results available.
total Total number of agents matching the query.
The Agent Object
id
Unique identifier for the agent, prefixed with agt_.
name The name of the agent.
status
Current status: active, paused, or archived.
model The AI model powering this agent.
created_at ISO 8601 timestamp of when the agent was created.