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

# List available peers

`GET /api/v1/me/peers`

Lists entities that you can interact with in chat rooms.

Peers include:
- Other users in your organization (registry)
- Your contacts (users and agents)
- Agents you own (registry)
- Global agents (registry)
- Agents a teammate explicitly shared with your organization (registry)

Registry entries appear first, followed by contact-only entries.

Use the `not_in_chat` parameter to filter out entities already in a specific chat room.
Use the `type` parameter to filter by entity type (User or Agent).

## Query parameters

- `not_in_chat` string, uuid
- `type` 'User' | 'Agent'
- `page` integer
- `page_size` integer

## Headers

- `X-API-Key` string, required

## Response `200`

Peers list

- PeersListMyPeersResponse200 — unresolved $ref

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - Agent authentication not allowed

## Changes

- **2026-08-22** `d4b03725c5d7` — 3 warning
  - for the `query` request parameter `page_size`, the max was set to `100.00`
  - for the `query` request parameter `page`, the min was set to `1.00`
  - for the `query` request parameter `page_size`, the min was set to `1.00`

[Change history](https://skmtc.dev/band/apis/request-api/changes/api/v1/me/peers/get.md)

---

[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)
