Get deployment details
Retrieves detailed information about a specific deployment, including its current state and timestamps.
Authorizations
Bearer token for authentication. Format: 'Bearer {token}'
Headers
Workspace ID (uses default workspace if not provided)
Response
Get deployment details
Api_V1_Entities_Deployment model
Unique deployment identifier
Current deployment state (pending, running, completed, failed, cancelling, cancelled)
Commit SHA this deployment shipped (null for non-git deployment methods)
Commit message for the deployed commit (null for non-git deployment methods)
Branch this deployment shipped from (null for non-git deployment methods)
Creation timestamp
Last update timestamp
Timestamp when logs were stored (null if not yet stored)

