v1
latestOpenAPI 3.0.02026-07-241010520.6 KBBill Summaries
Retrieve Project Bill Summary
Retrieve the estimated current bill summary for year 1 for the project.
get/tenants/{tenant_id}/projects/{id}/bill_summary
Path parameters
tenant_idstring uuid required
The ID of the tenant that the project is part of.
idstring uuid required
The ID of the project to retrieve the bill summary for.
Response
Bill Summary successfully retrieved.
Example response
{
"bill_summary": {
"year1_monthly_total_bill": [
100.12,
90.23,
100.34,
90.56,
100.78,
90.91,
100.1,
91.23,
100.45,
92.56,
100.78,
93.25
]
}
}