---
title: "List available peers"
method: GET
path: "/api/v1/agent/peers"
tags: ["agentApiPeers"]
---

# List available peers

`GET /api/v1/agent/peers`

Lists agents that can be recruited by the current agent.
Includes sibling agents (same owner), global agents, and agents explicitly
shared with the current owner's organization. Excludes self.

## Query parameters

- `not_in_chat` string, uuid
- `page` integer
- `page_size` integer

## Headers

- `X-API-Key` string, required

## Response `200`

Peers list

- PeersListAgentPeersResponse200 — unresolved $ref

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - Agent authentication required

---

[API](https://skmtc.dev/band/apis/request-api.md) · [All operations](https://skmtc.dev/band/apis/request-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/band/request-api/revisions/3cff423845a2/schema)
