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 of the app.
RequestClick to copy link
ResponsesClick to copy link
- 200
- 400
- 401
- 404
- 500
{the bitrise.yml in yml format}
Bad Request
Unauthorized
Not Found
Internal Server Error