GET /api/v1/cloud/deployments/{id}
Retrieves the full Deployment object by its ID.
Path parameters
Headers
Example request
Example response
HTTP 200 OK Returns the full Deployment object (same shape as Create a deployment response).Errors
See Errors for the full error envelope.
Related
List deployments
Page through all deployments under the account.
Update a deployment
Modify name, schedule, resources, and other mutable fields.
List deployment runs
View the run history of this deployment.
Errors reference
All API error codes and the error envelope convention.