Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Filter results by application name.
Limit the number of deployments to return.
Required range:
1 <= x <= 100
Offset the number of deployments to return.
Required range:
x >= 0
Response
List of deployments.
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