Deployments
Get
Retrieve a deployment by its ID.
get/deployments/{deployment_id}
Path parameters
deployment_idstring required
Example:dpl_123
The unique identifier of the deployment.
Response
Successfully retrieved the deployment.
Example response
{
"object": "deployment",
"id": "dpl_123",
"description": "Deployment for the motion control config instance",
"status": "staged",
"activity_status": "staged",
"error_status": "none",
"target_status": "staged",
"device_id": "dvc_123",
"release_id": "rls_123",
"created_at": "2024-01-01T00:00:00Z"
}