---
title: "Get list of connected peers"
method: GET
path: "/peers"
---

# Get list of connected peers

`GET /peers`

## Response `200`

success

- Peers
  - `peers` Peer[], required
    - `id` string, required — DID of peer
    - `addresses` string[], required — List of known multiaddress of peer, will always include the peer id

## Other responses

- `500` — Internal server error

## Changes

- **2024-12-09** `d4c45af05e75` — 1 info
  - endpoint added
- **2024-06-24** `446f208c818c` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ceramicnetwork/apis/ceramic-api/changes/peers/get.md)

---

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