Read a platform build
applications
Read a platform build
One platform build: its recipe, the image it pushed, or the error class that routes its failure. Answers 404 for every organisation without the platform_builds flag.
GET
Read a platform build
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Successful Response
How the builder turned source into image (dockerfile, generated, buildpacks); null until resolved.
pending, running, succeeded or failed.
The image a succeeded build pushed.
Routes a failure: build_failed is the user's code; clone_auth, recipe_missing, push_failed, timeout and capacity are the platform's.