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

# Get CPU metrics

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

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

## Path parameters

- `id` string, required

## Query parameters

- `start` string
- `end` string

## Response `200`

CPU metrics data

- ModelsCPUMetric[]
  - `core_id` integer — ID number of the CPU core
  - `timestamp` string — When this metric was collected
  - `usage_percent` number — Usage percentage (0-100)

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