Skip to main content
GET
Build frequency statistics

Authorizations

Authorization
string
header
required

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

Path Parameters

org
string
required

Query Parameters

repo_id
string | null

Filter by external VCS repo ID

repo_name
string | null

Filter by repo name (e.g. 'cyber-dojo/differ')

repo_inner_id
string | null

Filter by the repo's internal id (the id in the repo response). The stable identifier: unaffected by repo renames or a missing external VCS id.

start_ts
number | null

Include builds created at or after this timestamp. Defaults to 28 days before end_ts

end_ts
number | null

Include builds created at or before this timestamp. Defaults to now

Response

200 - application/json

Successful Response

Raw build-frequency series for the repo Build tab's chart.

The daily bucketing and median are computed client-side, so this returns only the per-build timestamps in the window plus the window bounds and a count. The series is deduplicated by fingerprint (one entry per build), matching the builds list's total_count over the same window.

builds
BuildStatisticsItem · object[]
required
start_ts
number
required
end_ts
number
required
count
integer
required
Last modified on July 21, 2026