v1

latestSwagger 2.0MIT2026-08-06120162320.1 KB
builds

List all builds of an app

List all the builds of a specified Bitrise app. Set parameters to filter builds: for example, you can search for builds run with a given workflow or all builds that were triggered by Pull Requests. It returns all the relevant data of the build.

get/apps/{app-slug}/builds

Path parameters

app-slugstring required

App slug

Query parameters

sort_by'running_first' | 'created_at'

Order of builds: sort them based on when they were created or the time when they were triggered

branchstring

The branch which was built

workflowstring

The name of the workflow used for the build

commit_messagestring

The commit message of the build

trigger_event_typestring

The event that triggered the build (push, pull-request, tag)

pull_request_idinteger

The id of the pull request that triggered the build

build_numberinteger

The build number

afterinteger

List builds run after a given date (Unix Timestamp)

beforeinteger

List builds run before a given date (Unix Timestamp)

statusinteger

The status of the build: not finished (0), successful (1), failed (2), aborted with failure (3), aborted with success (4)

is_pipeline_buildboolean

Whether the builds are part of a pipeline or not

nextstring

Slug of the first build in the response

limitinteger

Max number of elements per page (default: 50)

Response

OK