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

# Get basic information about all configured peers

`GET /node/peers`

## Response `200`

A list of all peers

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

## Other responses

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

## Changes

- **2023-02-13** `1041f915f260` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/iotaledger/apis/wasp-api/changes/node/peers/get.md)

---

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