PlanQuotaState
Validation quota state for the plan in force: how many it includes, how many have been used, how many remain, and when the count resets.
Properties
| Field | Type | Description |
|---|---|---|
plan_slug | string | Active plan identifier. |
plan_name | string | Human-readable name of the active plan. |
limit | integer | Validations included in the plan per calendar month. |
used | integer | Validations consumed in the current month. |
remaining | integer | Validations remaining in the current month. |
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/api/usageGET /v1/admin/usersPOST /v1/admin/usersPUT /v1/admin/users/{id}PUT /v1/admin/users/{id}/suspendGET /v1/admin/roles/{role}/users