latestOpenAPI 3.1.0Proprietary2026-08-1095216168.4 KB
db81a447bba9
Billing
List billing reports
Returns paged deployment billing reports for a tenant.
get/tenants/{tenant_id}/billing/reports
Path parameters
tenant_idinteger required
Example:7261845022003200000
Tenant identifier
Response
Paged billing reports
Example response
{
"items": [
{
"cloud": "aws",
"currency": "USD",
"deployment_id": 7261845127892140000,
"from": "2026-04-01T00:00:00Z",
"id": 7261845701661510000,
"name": "iggy-prod-01",
"region": "us-east-1",
"tier": "small",
"to": "2026-05-01T00:00:00Z",
"total_cost": "182.45",
"variant": "managed"
}
],
"page": 1,
"total_pages": 4,
"total_results": 137
}