v24

latestOpenAPI 3.1.0raw.githubusercontent.com2026-03-02251756.0 KB

List project builds

List user-triggered builds for a given project.

An optional revision can be specified to filter by config commit SHA, or hashes of file contents.

get/v0/builds

Query parameters

projectstring required

Project name

branchstring

Branch name

string

A config commit SHA used for the build

OR
object

Hash of the files used for the build

cursorstring

Pagination cursor from a previous response.

limitnumber

Maximum number of builds to return, defaults to 10 (maximum: 100).

Response

success

has_moreboolean required
next_cursorstring