---
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

---

[API](https://skmtc.net/bitaxeorg/apis/esp-miner-api.md) · [All operations](https://skmtc.net/bitaxeorg/apis/esp-miner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitaxeorg/esp-miner-api/versions/b690144f0d13/schema)
