caddy_config_get
Retrieve Caddy configuration from any JSON path. Returns the full config when no path is specified, or a subtree for a given path like 'apps/http/servers/srv0/routes'.
Instructions
Read Caddy config at any JSON path. Returns the full config when path is empty, or a subtree at a specific path (e.g., 'apps/http/servers/srv0/routes').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Config path (e.g., 'apps/http/servers/srv0') |