object UserQuota

Fields

FieldTypeDescription
is_expiredBooleanDEPRECATED 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_dateISODateTimeDEPRECATED 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_remainingStringDEPRECATED 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_remainingInt

Credits remaining as a numeric value.

max_availableInt

Max available as a numeric value.

increment_rateInt

Increment rate as a numeric value.

Referenced By

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
}