Get deployment details
Get information about a deployment's status.
/deployments/{id}Get information about a deployment's status.
Authorization
bearerAuth In: header
Path Parameters
Deployment ID
Response
Deployment retrieved successfully
Deployment record information.
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"}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}