builds
Get a build of a given app
Get the specified build of a given Bitrise app. You need to provide both an app slug and a build slug. You can get the build slug either by calling the /builds endpoint or by clicking on the build on bitrise.io and copying the slug from the URL. The endpoint returns all the relevant data of the build.
get/apps/{app-slug}/builds/{build-slug}
Path parameters
app-slugstring required
App slug
build-slugstring required
Build slug
Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.