Skip to main content

Get Consumption Latest

GET /v1/consumption/latest

Returns the latest aggregated consumption per tenant/target: one row per tenant–target with the most recent values summed. Uses the same filter query as Get consumptions (e.g. tenant, target). Useful for dashboards or quick summaries of current usage.

Query Parameters

  • ~filter[tenant] - Parameter for ~filter[tenant]
  • ~filter[target] - Parameter for ~filter[target]

Request Example

GET /v1/consumption/latest

Response Example

[
{
"target": "5035aa2950051155929e6d44",
"tenant": "6243089747d40e7229c9e071",
"protected_data": 328530971886,
"targets": 11,
"count_jobs": 9329,
"vulnerabilities": 0,
"licenced_users": 19,
"licenced_data": 151052474975.58
}
]