Get stack deployment details
Stack Deployments
Get stack deployment details
Retrieves a single stack deployment with its state, commit, validation errors, and timestamps.
GET
Get stack deployment details
Authorizations
Bearer token for authentication. Format: 'Bearer {token}'
Headers
Workspace ID (uses default workspace if not provided)
Response
Get stack deployment details
Api_V1_Entities_StackDeployment model
Deployment identifier
Deployment state (pending, validating, publishing, building, succeeded, failed, cancelled)
Deployment kind (build or deploy)
Deployed commit SHA
Validation errors when the deployment failed
When the build/deploy was published
When the deployment reached a terminal state
Creation timestamp

