List all stacks
Returns all Docker Compose stacks in the current workspace, each with its computed state, assigned resource, and resource allocation.
Authorizations
Bearer token for authentication. Format: 'Bearer {token}'
Headers
Workspace ID (uses default workspace if not provided)
Response
List all stacks
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

