Get stack details
Retrieves a stack with its computed state, assigned resource, resource allocation, materialized services, and most recent deployment.
Authorizations
Bearer token for authentication. Format: 'Bearer {token}'
Headers
Workspace ID (uses default workspace if not provided)
Path Parameters
Stack UUID
Response
Get stack details
Api_V1_Entities_Stack model
Unique stack identifier
Stack codename (unique per workspace)
Human-readable display name
Computed state (pending, validating, publishing, building, deploying, running, degraded, failed, stopped)
Associated project UUID
Path to the docker-compose file within the repository
Git deployment configuration (type, repository, branch, auto_deploy_enabled)
Total CPU allocated across stack services (cores)
Total RAM allocated across stack services (MiB)
Total disk allocated across stack services (MiB)
Creation timestamp
Last update timestamp
Api_V1_Entities_Resource model
Services materialized from the compose manifest
Api_V1_Entities_StackDeployment model

