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

---

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