Network & Volume
List Volumes
Retrieve all Docker volumes for a specific 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.
Overview
Returns a list of all Docker volumes in the specified environment. This endpoint requires an environment ID to be provided as a query parameter.Authentication
This endpoint requires authentication via cookies. The user must have thevolumes:view permission for the specified environment.
Query Parameters
The environment ID to list volumes from. Required parameter.
Response
Array of volume objects
Error Responses
Notes
- Returns an empty array if no environment ID is provided
- Volume data is retrieved directly from the Docker API
- Requires authentication to be enabled and the user to have proper permissions
- Enterprise users must have access to the specified environment
UsageDatamay not be available for all volume drivers- Volumes created by Docker Compose will include stack labels
