---
title: "Get Node Statistics"
method: GET
path: "/cabinet/admin/remnawave/nodes/{node_uuid}/statistics"
tags: ["Cabinet Admin RemnaWave"]
---

# Get Node Statistics

`GET /cabinet/admin/remnawave/nodes/{node_uuid}/statistics`

Get node statistics with usage history.

## Path parameters

- `node_uuid` string, required

## Response `200`

Successful Response

- NodeStatisticsResponse — Node statistics with usage history.
  - `node` NodeInfo, required — Node information.
    - `uuid` string, required
    - `name` string, required
    - `address` string, required
    - `country_code` string, nullable
    - `is_connected` boolean, required
    - `is_disabled` boolean, required
    - `is_node_online` boolean, required
    - `is_xray_running` boolean, required
    - `users_online` integer, nullable
    - `traffic_used_bytes` integer, nullable
    - `traffic_limit_bytes` integer, nullable
    - `last_status_change` string, date-time, nullable
    - `last_status_message` string, nullable
    - `xray_uptime` string, nullable
    - `is_traffic_tracking_active` boolean
    - `traffic_reset_day` integer, nullable
    - `notify_percent` integer, nullable
    - `consumption_multiplier` number
    - `cpu_count` integer, nullable
    - `cpu_model` string, nullable
    - `total_ram` string, nullable
    - `created_at` string, date-time, nullable
    - `updated_at` string, date-time, nullable
    - `provider_uuid` string, nullable
  - `realtime` object, nullable
  - `usage_history` object[]
  - `last_updated` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/bedolagam/apis/remnawave-bot-admin-api.md) · [All operations](https://skmtc.net/bedolagam/apis/remnawave-bot-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bedolagam/remnawave-bot-admin-api/revisions/45956d1b13ec/schema)
