Usage and quota
Quota
Your organization’s quota limits for the current period, the UTC calendar month, and what is left. These are the numbers run admission enforces. Requires usage_read. Takes no parameters.
GET
Quota
Authorizations
An API key (otsk_ + 64 hex) or a console session token.
Response
Limits and remaining allowance.
GET /v1/quota.
The limits half of GET /v1/quota. A null limit is "no organization-level
limit is configured"; request_spend_ceiling_micros is never null.
The spend limit minus the larger of settled and reserved spend, floored at 0. null when there is no spend limit.
Required range:
x >= 0Required range:
x >= 0