v1

latestSwagger 2.0MIT2026-08-06120162320.1 KB
pipelines

List all pipelines and standalone builds of an app

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

get/apps/{app-slug}/pipelines

Path parameters

app-slugstring required

App slug

Query parameters

afterstring

List pipelines/standalone builds run after a given date (RFC3339 time format)

beforestring

List pipelines/standalone builds run before a given date (RFC3339 time format) - was called 'next' earlier

branchstring

The branch which was built

build_numberinteger

The pipeline/standalone build number

commit_messagestring

The commit message of the pipeline/standalone build

limitinteger

Max number of elements per page - default: 10

nextstring

List pipelines/standalone builds run before a given date (RFC3339 time format) - deprecated

pipelinestring

Name of the pipeline

statusstring

The status of the pipeline/standalone build: on_hold, running, succeeded, failed, aborted, succeeded_with_abort

trigger_event_typestring

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

workflowstring

The name of the workflow used for the pipeline/standalone build

Response

OK