List Static Routes
list_routesList static routes on a MikroTik router with optional filters for active and non-dynamic routes, plus pagination for large result sets.
Instructions
List static routes on a MikroTik router with optional filtering by active status and dynamic status. Supports pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| routerId | No | Router ID; omit to use the default router. | |
| activeOnly | No | Return only active routes | |
| staticOnly | No | Return only non-dynamic routes | |
| limit | No | Max results to return. | |
| offset | No | Pagination offset. |