Consumptions
GET/api/billing/consumptions
This endpoint exposes consumptions which can be used for monitoring the amount of data processed by the system by all technologies it provides. The consumption data is also used for billing and licensing purposes.
The data is grouped by the labels billing and licensing is based on: one consumption group for each distinct combination of labels and their values. Currently, all-time consumptions are returned.
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).