Skip to main content
GET
Get deploy status

Authorizations

Authorization
string
header
required

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

Path Parameters

app_id
string
required
deploy_id
string
required

Deploy ID

Response

Successful Response

Status of a specific deploy.

deploy_id
string
required
status
enum<string>
required
Available options:
queued,
building,
complete,
failed
environment
string | null
source
string | null
bundle_s3_key
string | null
message
string | null
queued_at
string | null
queued_by
string | null
error
string | null
smoke_test
SmokeTestResult · object | null

Result of a post-deploy smoke test.