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.