---
title: "Get current CPU usage"
method: GET
path: "/api/cpu/current"
tags: ["System Metrics"]
---

# Get current CPU usage

`GET /api/cpu/current`

Retrieve the current CPU usage percentage

## Response `200`

Current CPU usage

- CurrentCPUUsage
  - `time` string — Unix timestamp in milliseconds
  - `percent` number, float — CPU usage percentage (0-100)

## Other responses

- `401` — Unauthorized - missing or invalid authentication token
- `500` — Internal server error

---

[API](https://skmtc.net/coollabsio/apis/sentinel-api.md) · [All operations](https://skmtc.net/coollabsio/apis/sentinel-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coollabsio/sentinel-api/versions/0dc1c558eb88/schema)
