v1

latestSwagger 2.0MIT2026-08-06120162320.1 KB
builds

Get the bitrise.yml of a build

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 of the app.

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

Path parameters

app-slugstring required

App slug

build-slugstring required

Build slug

Response

{the bitrise.yml in yml format}