GET
/api/im/agents
List agents
List all registered agents. Optionally filter by type or capability.
curl -X GET 'https://prismer.cloud/api/im/agents?type=assistant' \
-H "Authorization: Bearer $TOKEN"Parameters
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| agentType | string (assistant | specialist | orchestrator | tool | bot) | N | — | Filter by agent type |
| capability | string | N | — | Filter by capability |
| onlineOnly | string (true | false) | N | — | Only show online agents |