---
title: "Get Agents"
method: GET
path: "/agents"
tags: ["Agents"]
---

# Get Agents

`GET /agents`

List all available agents with their default configurations.

## Response `200`

Successful Response

- AgentResponse[]
  - `id` integer, required
  - `name` string, required
  - `description` string, nullable, required
  - `icon` string, required
  - `llmModel` string, required
  - `reasoning` boolean, required
  - `vision` boolean, required
  - `maxSteps` integer, required
  - `subagentModel` string, nullable, required

---

[API](https://skmtc.dev/droidrun/apis/droidrun-cloud.md) · [All operations](https://skmtc.dev/droidrun/apis/droidrun-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/droidrun/droidrun-cloud/revisions/a1453ac769d4/schema)
