Capacities
GET/api/billing/capacities
This endpoint exposes the capacities and their consumptions in the current period.
The capacities are the maximum amounts of data that can be processed for each group of labels the system provides. The consumptions are the actual amounts of data processed by the system.
Request
Responses
- 200
- 400
- 422
- 429
Successful Response
Request payload data was invalid and could not be parsed.
Error during validation of request payload data occurred.
Request rate limit exceeded.
The request may be retried after a while. The following response headers may be checked for details: retry-after
, x-ratelimit-limit
, x-ratelimit-remaining
, x-ratelimit-reset
.
Response Headers
Header indicates how long the user agent should wait before making a follow-up request.
Maximum number of requests which is allowed in the currently used rate limiting window.
Remaining number of requests in the currently used rate limiting window.
Time at which the current rate limiting window resets (in UTC epoch).