v1

latestOpenAPI 3.0.0Attribution-NonCommercial-ShareAlike 4.0 International2026-07-14222820.2 KB

Build summary for each of the last 30 builds for a single git repo.

get/project/{username}/{project}

Query parameters

limitinteger

The number of builds to return. Maximum 100, defaults to 30.

offsetinteger

The API returns builds starting from this offset, defaults to 0.

filter'completed' | 'successful' | 'failed' | 'running'

Restricts which builds are returned. Set to "completed", "successful", "failed", "running", or defaults to no filter.

Response

Build summary for each of the last 30 builds

bodystring

commit message body

branchstring
build_time_millisinteger
build_urlstring uri
committer_emailstring email
committer_namestring
dont_buildstring nullable

reason why we didn't build, if we didn't build

lifecycle'queued' | 'scheduled' | 'not_run' | 'not_running' | 'running' | 'finished'
queued_atstring date-time

time build was queued

reponamestring
retry_ofinteger nullable

build_num of the build this is a retry of

start_timestring date-time

time build started

stop_timestring date-time

time build finished

subjectstring
usernamestring
vcs_urlstring uri
whystring

short string explaining the reason we built