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

# List agents

`GET /api/agents`

## Query parameters

- `status` 'online' | 'offline' | 'busy' | 'idle' | 'error'
- `role` string
- `limit` integer
- `offset` integer

## Response `200`

Paginated agent list

- object
  - `agents` Agent[]
    - `id` integer
    - `name` string
    - `role` string
    - `status` 'online' | 'offline' | 'busy' | 'idle' | 'error'
    - `session_key` string
    - `soul_content` string
    - `config` object
    - `last_seen` integer
    - `created_at` integer
    - `updated_at` integer
    - `taskStats` object
      - `total` integer
      - `assigned` integer
      - `in_progress` integer
      - `completed` integer
  - `total` integer
  - `page` integer
  - `limit` integer

## Other responses

- `401` — Authentication required

## Changes

- **2026-03-02** `39aff788d955` — 1 breaking, 12 info
  - the `agents/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added the media type `application/json` for the response with the status `401`
  - added the optional property `agents/items/config` to the response with the `200` status
  - added the optional property `agents/items/created_at` to the response with the `200` status
  - …9 more

[Change history](https://skmtc.dev/builderz-labs/apis/mission-control-api/changes/api/agents/get.md)

---

[API](https://skmtc.dev/builderz-labs/apis/mission-control-api.md) · [All operations](https://skmtc.dev/builderz-labs/apis/mission-control-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/builderz-labs/mission-control-api/revisions/751f6c65ac77/schema)
