caddy_config_get
Read Caddy configuration at any JSON path, returning the full config or a specific subtree for inspection and debugging.
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') |