---
title: "List the workflows of an app"
method: GET
path: "/apps/{app-slug}/build-workflows"
tags: ["builds"]
---

# List the workflows of an app

`GET /apps/{app-slug}/build-workflows`

List the workflows that were triggered at any time for a given Bitrise app. Note that it might list workflows that are currently not defined in the app's `bitrise.yml` configuration - and conversely, workflows that were never triggered will not be listed even if they are defined in the `bitrise.yml` file.

## Path parameters

- `app-slug` string, required

## Response `200`

OK

- V0BuildWorkflowListResponseModel
  - `data` string[]

## 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)
