find_route
Check which proxy route matches a specific host and path, returning static matches in priority order.
Instructions
[READ] Which routes would serve a host/path (static match, best first).
Args: host: Hostname to match (e.g. app.example.com). path: Request path to match (default /). target: Proxy target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| path | No | / | |
| target | No |