---
title: "Metrics on current period quota usage"
method: GET
path: "/management/v1/metrics/quota-usage"
tags: ["management"]
---

# Metrics on current period quota usage

`GET /management/v1/metrics/quota-usage`

Returns the total Compute Units (CU) consumed in the current period.

## Response `200`

Ok

- object
  - `data` object, required
    - `usage` object
      - `current_period` object
        - `total_cu_used` integer — Total CU consumed in the current billing period
  - `requestId` string, required — Unique identifier for the request

## Other responses

- `400` — generic error response object
- `401` — generic error response object
- `403` — generic error response object
- `500` — generic error response object

---

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