Skip to main content
GET
Current-period usage for a subscription
Per-dimension usage inside the subscription’s current billing period, plus lifetime totals — the “you’ve used 4,231 of 10,000 API calls” view. When the subscription’s customer holds an entitlement limit whose feature_key equals the dimension name, the effective limit_value and the remaining headroom are joined into the row. Dimensions without a matching entitlement limit report null for both.

Path Parameters

Example Request

Response

Errors

remaining compares the entitlement limit against the current billing period’s quantity, not lifetime usage. See the Usage-Based Billing guide for the full metering-plus-entitlements pattern.

Authorizations

Authorization
string
header
required

Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.

Path Parameters

id
string<uuid>
required

Response

Subscription usage report.

Per-subscription usage report (GET /v1/subscriptions/{id}/usage).

subscription_id
string<uuid>
customer_id
string<uuid>
current_period_start
string<date-time>
current_period_end
string<date-time>
dimensions
object[]