---
title: "Get Intervention Usage"
method: GET
path: "/billing/intervention-usage"
tags: ["billing"]
---

# Get Intervention Usage

`GET /billing/intervention-usage`

Returns the org's monthly ReasonBlocks intervention count
against its plan cap. Used by the dashboard's Billing page to
render the "X / 50,000 used" meter and (when ``days`` > 0) by
the Usage page for the per-day chart.

Source of truth lives in rb-api (it owns monitor_steps); we
proxy here so the browser only ever talks to /api.

## Query parameters

- `days` integer

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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