---
title: "Get machine system stats"
method: GET
path: "/api/v1/machines/stats"
tags: ["Machines"]
---

# Get machine system stats

`GET /api/v1/machines/stats`

Get machine system stats.

Auth: Required (bearer token).
Scope: Organization-scoped in authenticated context.
Side effects: Read-only operation.

## Headers

- `Accept` string

## Response `200`

OK

- SystemStatsResponse — SystemStatsResponse schema
  - `data` object
    - `architecture` string
    - `cpu` object
      - `overall` number, double
      - `per_core` object[]
        - `core_id` integer
        - `usage` number, double
    - `cpu_cores` integer
    - `cpu_info` string
    - `disk` object
      - `allMounts` object[]
        - `avail` string
        - `capacity` string
        - `filesystem` string
        - `mountPoint` string
        - `size` string
        - `used` string
      - `available` number, double
      - `mountPoint` string
      - `percentage` number, double
      - `total` number, double
      - `used` number, double
    - `hostname` string
    - `kernel_version` string
    - `load` object
      - `fifteenMin` number, double
      - `fiveMin` number, double
      - `oneMin` number, double
      - `uptime` string
    - `memory` object
      - `percentage` number, double
      - `rawInfo` string
      - `total` number, double
      - `used` number, double
    - `network` object
      - `downloadSpeed` number, double
      - `interfaces` object[]
        - `bytesRecv` integer
        - `bytesSent` integer
        - `dropIn` integer
        - `dropOut` integer
        - `errorIn` integer
        - `errorOut` integer
        - `name` string
        - `packetsRecv` integer
        - `packetsSent` integer
      - `totalBytesRecv` integer
      - `totalBytesSent` integer
      - `totalPacketsRecv` integer
      - `totalPacketsSent` integer
      - `uploadSpeed` number, double
    - `os_type` string
    - `timestamp` string, date-time
  - `message` string
  - `status` string

## Other responses

- `400` — Bad Request _(validation or deserialization error)_
- `500` — Internal Server Error _(panics)_
- `default`

---

[API](https://skmtc.net/nixopus/apis/openapi.md) · [All operations](https://skmtc.net/nixopus/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nixopus/openapi/versions/c5bacaea7239/schema)
