v1

latestSwagger 2.0MIT2026-08-06120162320.1 KB
builds

List all builds

List all the Bitrise builds that can be accessed with the authenticated account. Filter builds based on their owner, using the owner slug, or the status of the build.

get/builds

Query parameters

owner_slugstring

The slug of the owner of the app or apps

is_on_holdboolean

Indicates whether the build has started yet (true: the build hasn't started)

statusinteger

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

nextstring

Slug of the first build in the response

limitinteger

Max number of elements per page (default: 50)

Response

OK