---
title: "List all pipelines and standalone builds of an app"
method: GET
path: "/apps/{app-slug}/pipelines"
tags: ["pipelines"]
---

# List all pipelines and standalone builds of an app

`GET /apps/{app-slug}/pipelines`

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.

## Path parameters

- `app-slug` string, required

## Query parameters

- `after` string
- `before` string
- `branch` string
- `build_number` integer
- `commit_message` string
- `limit` integer
- `next` string
- `pipeline` string
- `status` string
- `trigger_event_type` string
- `workflow` string

## Response `200`

OK

- V0PipelineListResponseModel
  - `data` V0PipelineListResponseItemModel[]
    - `artifacts` PipelineabledomainArtifactMeta[]
      - `artifact_type` string
      - `id` string
      - `title` string
      - `version_code` string
      - `version_name` string
    - `branch` string
    - `build_number` integer
    - `build_tool_invocations` PipelineabledomainBuildToolInvocation[]
      - `invocation_id` string
      - `tool` string
      - `tool_version` string
    - `commit_hash` string
    - `commit_message` string
    - `credit_cost` integer
    - `finished_at` string
    - `is_on_hold` boolean
    - `is_pipeline` boolean
    - `is_processed` boolean
    - `local_config` PipelineabledomainLocalConfig
      - `host` string
      - `username` string
    - `pull_request_id` integer
    - `pull_request_target_branch` string
    - `rebuildable` boolean
    - `slug` string
    - `started_at` string
    - `status` integer
    - `tag` string
    - `trigger_params` PipelineabledomainTriggerParams
      - `base_repository_url` string
      - `branch` string
      - `branch_dest` string
      - `branch_dest_repo_owner` string
      - `branch_repo_owner` string
      - `commit_hash` string
      - `commit_message` string
      - `commit_messages` string[]
      - `commit_paths` PipelineabledomainCommitPaths[]
        - `added` string[]
        - `modified` string[]
        - `removed` string[]
      - `environments` PipelineabledomainEnvironments[]
        - `is_expand` unknown
        - `key` string
        - `value` unknown
      - `head_repository_url` string
      - `machine_type_id` string
      - `priority` integer
      - `pull_request_author` string
      - `pull_request_comment` string
      - `pull_request_comment_id` string
      - `pull_request_head_branch` string
      - `pull_request_id` unknown
      - `pull_request_labels` string[]
      - `pull_request_labels_added` string[]
      - `pull_request_merge_branch` string
      - `pull_request_ready_state` string
      - `pull_request_repository_url` string
      - `pull_request_unverified_merge_branch` string
      - `skip_git_status_report` boolean
      - `stack` string
      - `tag` unknown
    - `triggered_at` string
    - `triggered_by` string
    - `triggered_workflow` string
    - `utility` boolean
  - `paging` V0PagingResponseModel
    - `next` string — Next is the "anchor" for pagination. This value should be passed to the same endpoint to get the next page. Empty/not included if there's no "next" page. Stop paging when there's no "Next" item in the response!
    - `page_item_limit` integer — PageItemLimit - per-page item count. A given page might include less items if there's not enough items. This value is the "max item count per page".
    - `total_item_count` integer — TotalItemCount - total item count, through "all pages"

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/bitrise/apis/bitrise-api.md) · [All operations](https://skmtc.net/bitrise/apis/bitrise-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitrise/bitrise-api/versions/89468e4a014b/schema)
