Get a deployment
GET
/v1/deployments/{deploymentId}CopyReturns the current status of one deployment belonging to the API key's site.
Header
Authorization
string
required
A site-scoped key created from the Radiant dashboard.
Path Parameters
deploymentId
string (uuid)
required
The deployment identifier returned when the deployment was created.
Responses
200
The deployment and its current status.id
string (uuid)
required
siteId
string (uuid)
required
status
enum<string>
required
Options:
queued, building, success, failed or canceledtrigger
string
required
The workflow that created the deployment.
commit
object
required
sha
string
required
message
stringnull
required
failure
object | null
required
One of these variants applies.
object
message
string
required
createdAt
string (date-time)
required
updatedAt
string (date-time)
required
401
The request is missing a valid, active Radiant API key.error
object
required
code
string
required
message
string
required
details
object[key: string]
any403
The API key does not have the scope required by the operation.error
object
required
code
string
required
message
string
required
details
object[key: string]
any404
The resource does not exist or is outside the API key's site scope.error
object
required
code
string
required
message
string
required
details
object[key: string]
any500
Radiant could not complete the request because of an internal error.error
object
required
code
string
required
message
string
required
details
object[key: string]
any