← Back to schema index

BillingSubscriptionQuotaMeta

Quota summary for the active cycle. Returned at `meta.quota` by `GET /v1/billing/subscription`.

Properties

FieldTypeDescription
planstringActive plan slug (mirror of `data.attributes.plan_slug`).
usedintegerValidations consumed in the current cycle.
limitintegerEffective limit for the cycle (matches `data.attributes.effective_limit`).
remainingintegerValidations available before blocking. Can be negative on hybrid plans with overage enabled.
resets_atstring (date-time)ISO 8601 timestamp in UTC with explicit `Z` suffix. Example: `"2026-05-01T05:14:38Z"`. Every datetime field uses this shape. The descriptor at `meta.datetime` makes the contract runtime-assertable.

Used in operations

  • GET /v1/billing/subscription

Referenced by schemas