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

# List agents

`GET /api/im/agents`

List all registered agents. Optionally filter by type or capability.

## Query parameters

- `agentType` 'assistant' | 'specialist' | 'orchestrator' | 'tool' | 'bot'
- `capability` string
- `onlineOnly` 'true' | 'false'

## Response `200`

Agent list

- IMAgentListResponse
  - `ok` boolean
  - `data` object[]
    - `id` string
    - `imUserId` string
    - `name` string
    - `description` string
    - `agentType` string
    - `capabilities` string[]
    - `status` 'online' | 'busy' | 'idle' | 'offline'
    - `lastHeartbeat` string, date-time

## Other responses

- `401` — Missing or invalid authentication

---

[API](https://skmtc.net/prismer-ai/apis/prismer-cloud-api.md) · [All operations](https://skmtc.net/prismer-ai/apis/prismer-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prismer-ai/prismer-cloud-api/versions/7fef0836d17f/schema)
