---
title: "List the branches with existing builds of an app's repository"
method: GET
path: "/apps/{app-slug}/branches"
tags: ["application"]
---

# List the branches with existing builds of an app's repository

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

Lists only those branches of a specified Bitrise app that have existing builds.

## Path parameters

- `app-slug` string, required

## Response `200`

OK

- V0BranchListResponseModel
  - `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)
