List Builds
List Builds
List builds for an organization.
- end_ts defaults to now.
- start_ts defaults to 28 days before end_ts.
GET
List Builds
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Page number
Required range:
x >= 1Number of builds per page
Required range:
0 <= x <= 50Filter 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
Last modified on July 21, 2026