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

# List agents

`GET /v1/agents`

Returns a list of available agents for running workflows

## Headers

- `Authorization` string, required

## Response `200`

agents list

- TypeAgentsListAgentsResponse
  - `data` TypeAgentsAgent[], required
    - `object` string, required — Object type identifier.
    - `id` string, uuid, required — Unique identifier for the agent
    - `type` string, required — The agent type identifier
    - `name` string — Human-readable name of the agent
    - `description` string — Description of the agent's capabilities
    - `created_at` string, date-time, required — Timestamp when the agent was created.
    - `updated_at` string, date-time, required — Timestamp when the agent was last updated.

---

[API](https://skmtc.net/middesk/apis/middesk-api.md) · [All operations](https://skmtc.net/middesk/apis/middesk-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/middesk/middesk-api/revisions/f849b82a42e1/schema)
