Skip to main content
GET
Read a platform build request

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
request_id
string
required

Response

Successful Response

request_id
string
required
component
string
required
head_sha
string
required
ref
string
required
reason
string
required

Why the build was asked for: first_onboard, push, retry or demo.

status
string
required

pending until the scheduler claims the request, then claimed, then done; cancelled if it was withdrawn before a builder took it.

build_id
string | null
required

The build this request was claimed into; null while the request is still pending. Read it at /org/applications/{application_id}/builds/{build_id}.

claimed_at
string | null
required

When a builder claimed the request; null while it is still pending.

created_at
string
required