Skip to main content
GET
Get Current Usage

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful Response

Response with current month usage.

current_month_usage
integer
required

Credits consumed in current billing cycle

Example:

23450

billing_month
string
required

Current billing month (YYYY-MM)

Example:

"2025-12"

billing_period_start
string<date-time>
required

Start of current billing period

billing_period_end
string<date-time>
required

End of current billing period

estimated_cost_usd
number
required

Estimated cost for current usage

Example:

23.45

auto_billing_enabled
boolean
required

Whether auto-billing is enabled

next_invoice_date
string<date-time>
required

When next invoice will be generated

credit_rate
number
default:0.001

Cost per credit in USD

plan_usage
PlanUsage · object | null

Tier usage vs caps (objects for managed, vectors for MVS). None only if plan resolution fails.

usage_v2
Usage V2 · object | null

Modality+features usage for the period (contract v2 §2): dollars by modality and feature, unit counts, estimated flag. SHADOW data until cutover — informational alongside the credit fields above. None if no v2 records exist yet or aggregation fails (best-effort).