List agents
Lists the agents your organization can run.
An agent is a reviewed, versioned automation: a list of steps, some done by the agent itself and some by a person, plus the saved actions it may take and where a human sign-off is required. Only active agents appear here.
Each entry carries:
| Field | What it tells you |
| --- | --- |
| `tasks[]` | The step ledger — `executor: "human"` marks the ones a person completes |
| `actions[]` | What the agent may do, and its `approval` gate |
| `version` | The revision a new run will snapshot |
Start one with [POST /v1/agent-runs](https://docs.cloudraker.com/api/cloud-raker-api/agents/create-agent-run).
<Note>
An agent's `id` is opaque — treat it as a string and do not parse it.
</Note>
**Learn more:** [Agents guide](https://docs.cloudraker.com/capabilities/agents)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
The agents.
object
data
Errors
429
Too Many Requests Error