GET/deployments/{id}

Get information about a deployment's status.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Deployment ID

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/deployments/string"
{  "id": "string",  "status": "queued",  "status_reason": "string",  "region": "aws.us-east-1a",  "entrypoint_rel_path": "string",  "env_vars": {    "property1": "string",    "property2": "string"  },  "created_at": "2019-08-24T14:15:22Z",  "updated_at": "2019-08-24T14:15:22Z",  "source_type": "file",  "source_url": "string",  "source_ref": "string",  "source_path": "string",  "source_checksum": "string"}