Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Deployment ID
Response
Deployment retrieved successfully
Deployment record information.
Unique identifier for the deployment
Example:
"rr33xuugxj9h0bkf1rdt2bet"
Current status of the deployment
Available options:
queued
, in_progress
, running
, failed
, stopped
Example:
"queued"
Deployment region code
Allowed value:
"aws.us-east-1a"
Example:
"aws.us-east-1a"
Timestamp when the deployment was created
Status reason
Example:
"Deployment in progress"
Relative path to the application entrypoint
Example:
"src/app.py"
Environment variables configured for this deployment
Timestamp when the deployment was last updated