---
title: "Read Disk data"
method: GET
path: "/metrics/disk"
---

# Read Disk data

`GET /metrics/disk`

## Response `200`

OK

- DiskMetricResponse
  - `data` DiskData[]
    - `device` string
    - `total_bytes` integer
    - `free_bytes` integer
    - `usage_percent` number
  - `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/items/read_speed_bytes` from the response with the `200` status
  - removed the optional property `data/items/read_speed_bytes` from the response with the `207` status
  - removed the optional property `data/items/write_speed_bytes` from the response with the `200` status
  - removed the optional property `data/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/disk/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)
