---
title: "Current-month usage (cents/hours + per gpuModel-tier breakdown)"
method: GET
path: "/v1/orgs/{orgId}/usage/current"
tags: ["Usage"]
---

# Current-month usage (cents/hours + per gpuModel-tier breakdown)

`GET /v1/orgs/{orgId}/usage/current`

## Path parameters

- `orgId` string, required

## Response `200`

OK

- CurrentUsage
  - `autoStopFloorCents` integer — available-balance floor (cents) below which the org is auto-stopped
  - `breakdown` UsageBreakdownItem[], required
    - `cents` integer, required
    - `hours` number, required
    - `key` string, required
  - `burnPerHourCents` integer — sum of the locked rates of every open usage record in the org (live burn per hour)
  - `projectedRunwayHours` number, double, nullable — hours until available balance hits the auto-stop floor at the current burn: (available - autoStopFloorCents) / burnPerHourCents; null when burn is 0, clamped to 0 when already at or below the floor
  - `usageCents` integer, required
  - `usageHours` number, required

## Other responses

- `401` — Missing or invalid API key
- `403` — API key lacks the required scope

---

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