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

# List agents

`GET /api/agents`

## Response `200`

List of agents

- AgentsResponse
  - `agents` Agent[]
    - `id` string
    - `name` string
    - `model` string
    - `system` string
    - `tools` object
    - `config` object — Runtime-specific config. For runtime-backed agents this usually includes `runtime`.
    - `owner_id` string, nullable
    - `status` string
    - `description` string, nullable
    - `harness` string
    - `created_at` integer

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/litellm-agent-platform/apis/litellm-agent-platform-api.md) · [All operations](https://skmtc.net/litellm-agent-platform/apis/litellm-agent-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/litellm-agent-platform/litellm-agent-platform-api/versions/92039c29a228/schema)
