Stack Management
List Stacks
Retrieve all compose stacks for an environment
GET
Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Finsys/dockhand/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
Environment ID to list stacks from
Response
Returns an array of compose stack objects.Stack name
Array of container IDs in the stack
Detailed information about each container
Overall stack status:
running, stopped, partial, or createdStack source type:
internal, git, or externalResponse Behavior
- Returns an empty array if no environment ID is provided
- Returns stacks from both Docker and database
- Includes stacks that are currently stopped (status:
created) - Silently returns empty array for offline environments
Error Responses
Error message
403 Forbidden
Returned when the user lacks permission to view stacks or access the environment.404 Not Found
Returned when the specified environment does not exist.Permissions
Requiresstacks:view permission for the specified environment.