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.
Default authentication mechanism
Inclusive start of the date range as an ISO 8601 date-time string in UTC.
"2025-01-01T00:00:00.000Z"
Exclusive end of the date range as an ISO 8601 date-time string in UTC.
"2025-01-31T00:00:00.000Z"
The Team identifier to perform the request on behalf of.
"team_1a2b3c4d5e6f7g8h9i0j1k2l"
The Team slug to perform the request on behalf of.
"my-team-url-slug"
One of the provided values in the request query is invalid.