---
title: "Get the network address book nodes"
method: GET
path: "/api/v1/network/nodes"
tags: ["network"]
---

# Get the network address book nodes

`GET /api/v1/network/nodes`

Returns the network's list of nodes used in consensus

## Query parameters

- `file.id` string
- `limit` integer
- `node.id` string
- `order` 'asc' | 'desc'

## Response `200`

OK

- NetworkNodesResponse
  - `nodes` NetworkNodes, required — unresolved $ref
  - `links` Links, required
    - `next` string, nullable

## Other responses

- `400` — Invalid parameter

## Changes

- **2026-04-17** (v1) `73be640977ed` — 1 info
  - added the required property `nodes/items/associated_registered_nodes` to the response with the `200` status
- **2025-08-08** (v1) `db389f03b097` — 21 breaking
  - the response property `_status/messages/items/data` became nullable for the status `400`
  - the response property `_status/messages/items/detail` became nullable for the status `400`
  - the response property `links/next` became nullable for the status `200`
  - the response property `nodes/items/admin_key` became nullable for the status `200`
  - …17 more

[Change history](https://skmtc.dev/hiero-ledger/apis/mirror-node-rest-api/changes/api/v1/network/nodes/get.md)

---

[API](https://skmtc.dev/hiero-ledger/apis/mirror-node-rest-api.md) · [All operations](https://skmtc.dev/hiero-ledger/apis/mirror-node-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hiero-ledger/mirror-node-rest-api/revisions/ee602751b3f7/schema)
