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

# List All Agents

`GET /v1/agents`

Lists All Agents, including summary details for each Agent

## Query parameters

- `page` unknown
- `size` unknown

## Response `200`

Success

- PagedResultListAgentSummary
  - `page` integer — The 0-indexed page number of the returned results.
  - `results` AgentSummary[] — Page of results or empty.
    - `agentId` string — The ID of the Agent
    - `agentStatus` string — The reported status of the Agent
    - `agentType` string — The type of Agent
    - `cloudProvider` string — The cloud provider the Agent is hosted in
    - `connected` boolean — Whether the Agent is connected
    - `deployment` string — The deployment type of the Agent
    - `description` string — The description set for the Agent
    - `name` string — The name of the Agent
    - `pausedUntil` string — The date and time the Agent will be unpaused automatically. Only returned if the Agent is currently paused
  - `size` integer — The size of each page of results.
  - `total` integer — Total number of available results across all pages.

## Other responses

- `400` — Wrong request parameters used
- `403` — Forbidden
- `404` — Agents not found
- `500` — Unexpected error occurred

---

[API](https://skmtc.net/maia/apis/maia-public-rest-api.md) · [All operations](https://skmtc.net/maia/apis/maia-public-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/maia/maia-public-rest-api/versions/6239825f68eb/schema)
