---
title: "List nodes"
method: GET
path: "/infra/nodes"
tags: ["Infrastructure"]
---

# List nodes

`GET /infra/nodes`

Get list of infrastructure nodes. Only admin users can retrieve this information.

## Response `200`

OK

- NodeListResult
  - `results` NodeId[]
    - `entity_type` 'Node'
    - `id` string — Entity Identifier
  - `total_count` integer

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Error

---

[API](https://skmtc.net/vmware/apis/vrni.md) · [All operations](https://skmtc.net/vmware/apis/vrni/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vmware/vrni/revisions/29e16496f00c/schema)
