---
title: "Get the bitrise.yml of a build"
method: GET
path: "/apps/{app-slug}/builds/{build-slug}/bitrise.yml"
tags: ["builds"]
---

# Get the bitrise.yml of a build

`GET /apps/{app-slug}/builds/{build-slug}/bitrise.yml`

Get the bitrise.yml file of one of the builds of a given app. This will return the `bitrise.yml` configuration with which the build ran. You can compare it to [the current bitrise.yml configuration](https://api-docs.bitrise.io/#/application/app-config-datastore-show) of the app.

## Path parameters

- `app-slug` string, required
- `build-slug` string, required

## Response `200`

{the bitrise.yml in yml format}

## 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/revisions/89468e4a014b/schema)
