object UserQuota
Fields
| Field | Type | Description |
|---|---|---|
is_expired | Boolean | DEPRECATED There's no time window anymore, this will be always False True when this user quota is expired; false otherwise. Deprecated; see the deprecation reason for current behavior. |
expiration_date | ISODateTime | DEPRECATED There's no time window anymore, this will be always empty Expiration date in ISO-8601 date or datetime format, returned in UTC when time is included. Deprecated; see the deprecation reason for current behavior. |
time_remaining | String | DEPRECATED There's no time window anymore, this will be always empty Time remaining for this user quota. Deprecated; see the deprecation reason for current behavior. |
credits_remaining | Int | Credits remaining as a numeric value. |
max_available | Int | Max available as a numeric value. |
increment_rate | Int | Increment rate as a numeric value. |
Referenced By
- user_quota Query
Example
{
"is_expired": true,
"expiration_date": "2026-07-09T15:30:00Z",
"time_remaining": "Customer requested expedited handling.",
"credits_remaining": 100,
"max_available": 2,
"increment_rate": 100
}