← Back to schema index

BillingSubscriptionQuotaMeta

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

Properties

Field Type Description
plan string Active plan slug (mirror of `data.attributes.plan_slug`).
used integer Validations consumed in the current cycle.
limit integer Effective limit for the cycle (matches `data.attributes.effective_limit`).
remaining integer Validations available before blocking. Can be negative on hybrid plans with overage enabled.
resets_at string (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