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

# List Agents

`GET /api/agents/list`

## Response `200`

Successful Response

- ListAgentsResponse
  - `agents` AgentInfo[], required
    - `id` string, required
    - `name` string, required
    - `description` string, required
    - `category` string, required
    - `sample_input_headers` string[], required
    - `sample_output_keys` string[], required
    - `example_csv` object[], required
    - `input_schema` object, nullable
    - `output_schema` object, nullable

---

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