Build frequency statistics
Build-frequency series for a repo within a time window.
Returns one timestamp per build (deduplicated by fingerprint) plus the resolved window bounds and a count. Daily bucketing and the median are computed client-side.
- end_ts defaults to now.
- start_ts defaults to 28 days before end_ts.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Filter by external VCS repo ID
Filter by repo name (e.g. 'cyber-dojo/differ')
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.
Include builds created at or after this timestamp. Defaults to 28 days before end_ts
Include builds created at or before this timestamp. Defaults to now
Response
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.