v14

latestOpenAPI 3.0.32026-08-04377889.4 MB
billing

List FOCUS billing charges

Returns the billing charge data in FOCUS v1.3 JSONL format for a specified Vercel team, within a date range specified by from and to query parameters. Supports 1-day granularity with a maximum date range of 1 year. The response is streamed as newline-delimited JSON (JSONL) and can be optionally compressed with gzip if the Accept-Encoding: gzip header is provided. This is only available for Owner, Member, Developer, Security, Billing, and Enterprise Viewer roles for the supplied team.

get/v1/billing/charges

Query parameters

fromstring required

Inclusive start of the date range as an ISO 8601 date-time string in UTC.

Example:2025-01-01T00:00:00.000Z

Inclusive start of the date range as an ISO 8601 date-time string in UTC.

tostring required

Exclusive end of the date range as an ISO 8601 date-time string in UTC.

Example:2025-01-31T00:00:00.000Z

Exclusive end of the date range as an ISO 8601 date-time string in UTC.

teamIdstring
Example:team_1a2b3c4d5e6f7g8h9i0j1k2l

The Team identifier to perform the request on behalf of.

slugstring
Example:my-team-url-slug

The Team slug to perform the request on behalf of.