v1

latestOpenAPI 3.1.0MIT Licence2026-07-17613573.4 KB
Billing Projects

Get billing records

Return per-(billing_project, user) cost records for a date range. Non-developers see only their own records; developers see all. Costs are plain floats in USD. Omitting end includes currently-running batches; supplying end excludes them.

get/api/v1alpha/billing

Query parameters

startstring
Example:04/01/2026

Start date in MM/DD/YYYY format. Defaults to the first day of the current month.

endstring
Example:04/21/2026

End date in MM/DD/YYYY format (inclusive, optional). Omit to include currently-running batches.

Response

Billing records retrieved successfully.

billing_projectstring

The billing project.

userstring

The user.

total_spentnumber

Total cost in USD.