Skip to main content
GET
List workspace usage

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

start_date
string

Start of the window, inclusive. A UTC calendar date (2026-08-01, read as that day's midnight) or an ISO 8601 date-time. Defaults to 7 days before end_date.

Minimum string length: 1
end_date
string

End of the window, inclusive. A calendar date covers the whole of that day, so start_date=2026-08-01&end_date=2026-08-01 returns that day's jobs. Defaults to the time of the request.

Minimum string length: 1

Response

The jobs in the window, newest first

start_date
string
required

Effective window start, ISO 8601 UTC: the requested start, clamped up to coverage.

end_date
string
required

Effective window end, ISO 8601 UTC: the requested end, clamped down to now. The tail of the window is not final — jobs are ingested shortly after completion — so an incremental pipeline should start its next pull a few minutes before this value and de-duplicate on job_id.

jobs
object[]
required

Completed metered jobs in the window, newest first. Queued, running and failed jobs never appear.