Skip to main content
GET
Get deploy status

Authorizations

Authorization
string
header
required

Mixpeek API key, sent as Authorization: Bearer mxp_sk_.... Create one in Studio under Settings → API Keys, or with an admin key via POST /v1/organizations/users/{user_email}/api-keys. A missing header returns 403; an invalid or revoked key returns 401.

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.