Usage
Current-month usage (cents/hours + per gpuModel-tier breakdown)
Authorization
apiKey AuthorizationBearer <token>
OpenRelay API key. Send it as Authorization: Bearer vl_….
In: header
Path Parameters
orgId*string
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1/orgs/string/usage/current"{
"usageCents": 0,
"usageHours": 0,
"breakdown": [
{
"key": "string",
"hours": 0,
"cents": 0
}
],
"burnPerHourCents": 0,
"projectedRunwayHours": 0.1,
"autoStopFloorCents": 0
}{
"error": "string",
"code": "string"
}{
"error": "string",
"code": "string"
}Command line
The orl CLI wraps this endpoint:
orl usage current getOverview
Current-period usage and cost breakdowns.
Per-day spend over a trailing window (compute + inference segments) GET
Display aggregation for the dashboard spend chart. Buckets the org's usage-record cost (clamped per UTC day) and drained inference debits by calendar day, with per-product segments. Read-only: rides the same pricing iterator as settlement and the deploy gate, never re-prices.