List Environments
Environment Management
List Environments
Retrieve all Docker environments configured in Dockhand
GET
List Environments
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.
Description
Retrieves a list of all Docker environments. In Enterprise mode with authentication enabled, results are filtered based on the user’s accessible environments unless the user is an admin.Authentication
Requiresenvironments:view permission when authentication is enabled.
Response
Returns an array of environment objects with parsed labels, public IPs, and additional settings.Environment Object
Unique identifier for the environment
Display name of the environment
Hostname or IP address for remote Docker connections (required for
direct and hawser-standard types)Port number for Docker API connection
Connection protocol:
http or httpsType of Docker connection:
socket- Local Unix socketdirect- Direct TCP connection to Docker APIhawser-standard- HTTP proxy via Hawser agenthawser-edge- WebSocket reverse proxy via Hawser agent
Unix socket path (used when
connectionType is socket)TLS Certificate Authority (CA) certificate in PEM format
TLS client certificate in PEM format
TLS client private key in PEM format
Skip TLS certificate verification (insecure, not recommended for production)
Authentication token for
hawser-standard connectionsISO 8601 timestamp of last connection from Hawser Edge agent
Unique identifier of the connected Hawser Edge agent
Name of the connected Hawser Edge agent
Version of the Hawser agent software
JSON array of agent capabilities:
["compose", "exec", "metrics"]Icon identifier for UI display
Enable collection of container activity events
Enable collection of host metrics
Highlight recent changes in the UI
Array of label strings for categorization (max 10 labels)
Public IP address of the environment host
Whether automatic update checking is enabled
Whether automatic updates are enabled
Whether automatic image pruning is enabled
Timezone identifier for the environment
ISO 8601 timestamp of environment creation
ISO 8601 timestamp of last update
Example Response
Error Responses
User lacks
environments:view permissionFailed to retrieve environments
