---
title: "Get basic information about all configured peers"
method: GET
path: "/v1/node/peers"
tags: ["node"]
---

# Get basic information about all configured peers

`GET /v1/node/peers`

## Response `200`

A list of all peers

- PeeringNodeStatusResponse[]
  - `isAlive` boolean, required — Whether or not the peer is activated
  - `isTrusted` boolean, required
  - `name` string, string, required
  - `numUsers` integer, required — The amount of users attached to the peer
  - `peeringURL` string, string, required — The peering URL of the peer
  - `publicKey` string, string, required — The peers public key encoded in Hex

## Other responses

- `401` — Unauthorized (Wrong permissions, missing token)

---

[API](https://skmtc.net/iotaledger/apis/wasp-api.md) · [All operations](https://skmtc.net/iotaledger/apis/wasp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/iotaledger/wasp-api/revisions/994a6c93b890/schema)
