Documentation Index
Fetch the complete documentation index at: https://mintlify.com/everruns/everruns/llms.txt
Use this file to discover all available pages before exploring further.
GET /v1/agents
Retrieve all agents in the organization. Returns both active and archived agents.Query Parameters
No query parameters. This endpoint returns all agents without pagination.Response
Returns a wrapper object with the agent array.Array of agent objects
Total count of agents
Agent Object Fields
UUID of the agent
Agent name
Base system prompt
Optional description
UUID of default model (null if not set)
Array of capability references
Agent status:
active or archivedISO 8601 timestamp of creation
ISO 8601 timestamp of last update
Example Request
Example Response
This endpoint returns all agents without pagination. If you need to filter agents, you can do so client-side after retrieving the list.