Returns aggregated usage in dollar amounts for a date range.
cURL
curl --request GET \ --url https://api.rendobar.com/billing/usage
{ "data": { "totalJobs": 123, "totalAmountCharged": 123, "totalAmountFormatted": "<string>", "totalProviderCost": 123, "totalInfraCost": 123, "totalMargin": 123, "totalProfit": 123, "totalComputeSeconds": 123, "byJobType": {}, "daily": [ { "date": "<string>", "jobType": "<string>", "jobCount": 123, "amountCharged": 123, "computeSeconds": 123 } ] } }
Start date (YYYY-MM-DD). Defaults to first of current month.
^\d{4}-\d{2}-\d{2}$
"2026-03-01"
End date (YYYY-MM-DD). Defaults to today.
"2026-03-13"
Usage summary
Show child attributes
Was this page helpful?