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

# List Agents

`GET /api/agents`

List all agents accessible to the user (personal, org-shared, or subscribed from Market).

## Query parameters

- `page` integer
- `size` integer
- `status` 'draft' | 'published'

## Response `200`

Paginated list of agents

- object
  - `items` AgentResponse[], required
    - `id` string
    - `name` string
    - `icon` string, nullable
    - `description` string, nullable
    - `instructions` string, nullable
    - `status` string
    - `is_active` boolean
    - `kb_ids` string[], nullable
    - `connector_ids` string[], nullable
    - `created_at` string, date-time
    - `updated_at` string, date-time, nullable
  - `total` integer, required
  - `page` integer, required
  - `size` integer, required
  - `pages` integer, required

## Other responses

- `401` — Unauthorized

---

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