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

# List Agents

`GET /api/agents`

## Query parameters

- `page` integer
- `size` integer
- `status` string, nullable

## Response `200`

Successful Response

- PaginatedResponse
  - `items` unknown[], required
    - unknown
  - `total` integer, required
  - `page` integer, required
  - `size` integer, required
  - `pages` integer, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-03-22** `6dc2d6f33d44` — 3 breaking, 14 info
  - removed the enum value `draft` from the `query` request parameter `status`
  - removed the enum value `published` from the `query` request parameter `status`
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - api operation id `list_agents_api_agents_get` was added
  - …13 more

[Change history](https://skmtc.dev/fim-ai/apis/fim-one-api/changes/api/agents/get.md)

---

[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/89738ff55831/schema)
