---
title: "Get Node"
method: GET
path: "/api/node/{node_id}"
tags: ["Node"]
---

# Get Node

`GET /api/node/{node_id}`

Retrieve details of a specific node by its ID.

## Path parameters

- `node_id` integer, required

## Response `200`

Successful Response

- NodeResponse
  - `name` string, required
  - `address` string, required
  - `port` integer
  - `api_port` integer
  - `usage_coefficient` number
  - `id` integer, required
  - `xray_version` string, nullable
  - `status` 'connected' | 'connecting' | 'error' | 'disabled', required
  - `message` string, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `422` — Validation Error

---

[API](https://skmtc.dev/atrvatam/apis/marzbanapi.md) · [All operations](https://skmtc.dev/atrvatam/apis/marzbanapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/atrvatam/marzbanapi/revisions/0aa31d6bd001/schema)
