---
title: "Get disk metrics"
method: GET
path: "/pollers/{id}/sysmon/disk"
tags: ["Sysmon"]
---

# Get disk metrics

`GET /pollers/{id}/sysmon/disk`

Retrieves disk usage metrics for a specific poller within a time range

## Path parameters

- `id` string, required

## Query parameters

- `mount_point` string
- `start` string
- `end` string

## Response `200`

Disk metrics data grouped by timestamp

- DbSysmonDiskResponse[]
  - `disks` ModelsDiskMetric[]
    - `mount_point` string — Mount point path
    - `timestamp` string — When this metric was collected
    - `total_bytes` integer — Total capacity in bytes
    - `used_bytes` integer — Bytes currently in use
  - `timestamp` string

## Other responses

- `400` — Invalid request parameters
- `404` — No metrics found
- `500` — Internal server error
- `501` — System metrics not supported

---

[API](https://skmtc.dev/carverauto/apis/serviceradar-api.md) · [All operations](https://skmtc.dev/carverauto/apis/serviceradar-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/carverauto/serviceradar-api/revisions/a79ed871e8f6/schema)
