---
title: "Read server data"
method: GET
path: "/metrics"
---

# Read server data

`GET /metrics`

## Response `200`

OK

- AllMetricResponse
  - `data` object
    - `cpu` CPUData
      - `physical_core` integer
      - `logical_core` integer
      - `frequency` number
      - `temperature` number
      - `free_percent` number
      - `usage_percent` number
    - `memory` MemoryData
      - `total_bytes` integer
      - `available_bytes` integer
      - `used_bytes` integer
      - `usage_percent` number
    - `disk` DiskData[]
      - `device` string
      - `total_bytes` integer
      - `free_bytes` integer
      - `usage_percent` number
    - `host` HostData
      - `os` string
      - `platform` string
      - `kernel_version` string
  - `errors` MetricErrorObject[], nullable
    - `metric` string
    - `error` string

## Other responses

- `207` — Multi-Status | Some of the data is not available

## Changes

- **2024-12-18** `00a473062260` — 4 warning, 1 info
  - removed the optional property `data/disk/items/read_speed_bytes` from the response with the `200` status
  - removed the optional property `data/disk/items/read_speed_bytes` from the response with the `207` status
  - removed the optional property `data/disk/items/write_speed_bytes` from the response with the `200` status
  - removed the optional property `data/disk/items/write_speed_bytes` from the response with the `207` status
  - …1 more
- **2024-12-16** `0e2250f78cf0` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/bluewave-labs/apis/capture/changes/metrics/get.md)

---

[API](https://skmtc.dev/bluewave-labs/apis/capture.md) · [All operations](https://skmtc.dev/bluewave-labs/apis/capture/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bluewave-labs/capture/revisions/00a473062260/schema)
