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 a specific agent by its UUID.Path Parameters
UUID of the agent to retrieve
Response
Returns the agent object.UUID of the agent
Agent name
Base system prompt (before capability additions)
Optional description
UUID of default model (null if not set)
Array of capability references. Each item can be a string or an object with
ref and optional config.Agent status:
active or archivedISO 8601 timestamp of creation
ISO 8601 timestamp of last update
Example Request
Example Response
Error Responses
404 Not Found- Agent with specified ID does not exist500 Internal Server Error- Server error
The
system_prompt returned here is the base prompt defined for the agent. At runtime, capability system prompts are prepended to this base prompt to form the final prompt sent to the LLM. Use the POST /v1/agents/preview endpoint to see the final computed prompt.