Billing
Get billing usage summary
Returns billing usage data within the specified date range. Includes dedicated model serving, training, and model APIs usage. The date range must not exceed 31 days.
GET
cURL
Authorizations
Pass your Baseten API key. Clients automatically send Authorization: Bearer <key>. Direct callers can also use Authorization: Api-Key <key>; both schemes are accepted.
Query Parameters
Start date (ISO 8601, UTC). Earliest queryable: 2026-01-01.
End date in ISO 8601 format (UTC). Date range cannot exceed 31 days.
cURL