Network & Volume
List Networks
Retrieve all Docker networks 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 networks 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 thenetworks:view permission for the specified environment.
Query Parameters
The environment ID to list networks from. Required parameter.
Response
Array of network objects
Error Responses
Notes
- Returns an empty array if no environment ID is provided
- Built-in networks (bridge, host, none) are always included in the response
- Requires authentication to be enabled and the user to have proper permissions
- Enterprise users must have access to the specified environment
- Network data is retrieved directly from the Docker API
