List IP routes
list_routesView the routing table to identify destinations, gateways, interfaces, and metrics. Filter for the default route to determine which link handles outbound traffic.
Instructions
The routing table: destination, gateway, outgoing interface and metric. Use kind=default to see only the default route, which tells you which link traffic leaves through.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | all returns the full table; default returns only 0.0.0.0/0. | |
| limit | No | Maximum rows. Defaults to 100. |