---
title: "Get system statistics"
method: GET
path: "/api/system/statistics"
tags: ["system"]
---

# Get system statistics

`GET /api/system/statistics`

Returns system statistics

## Query parameters

- `columns` string[]

## Response `200`

Successful operation

- SystemStatistics
  - `currentTimestamp` number, required — Current timestamp as a reference
  - `labels` string[], required — Labels for statistics data value index
  - `statistics` array[], required — Statistics data point(s)
    - number[] — Statistics data values(s)

## Other responses

- `401` — Unauthorized - Client not in allowed network range
- `500` — Internal server error

## Changes

- **2025-09-19** `026d4a21b486` — 1 info
  - added the new optional `query` request parameter `columns`
- **2025-05-21** `fbde020a903a` — 1 warning
  - deleted the `query` request parameter `columns`

[Change history](https://skmtc.dev/bitaxeorg/apis/esp-miner-api/changes/api/system/statistics/get.md)

---

[API](https://skmtc.dev/bitaxeorg/apis/esp-miner-api.md) · [All operations](https://skmtc.dev/bitaxeorg/apis/esp-miner-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bitaxeorg/esp-miner-api/revisions/59cd9f6d434b/schema)
