Skip to main content
GET
Read a platform build

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

application_id
string
required
build_id
string
required

Response

Successful Response

id
string
required
component
string
required
head_sha
string
required
ref
string
required
reason
string
required
recipe
string | null
required

How the builder turned source into image (dockerfile, generated, buildpacks); null until resolved.

status
string
required

pending, running, succeeded or failed.

image_ref
string | null
required

The image a succeeded build pushed.

error_class
string | null
required

Routes a failure: build_failed is the user's code; clone_auth, recipe_missing, push_failed, timeout and capacity are the platform's.

error_message
string | null
required
started_at
string | null
required
finished_at
string | null
required
created_at
string
required