List Static Routes
list_routesRetrieve static routes from a MikroTik router with optional filters for active or non-dynamic routes and pagination support.
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 |
|---|---|---|---|
| limit | No | Max results to return. | |
| offset | No | Pagination offset. | |
| routerId | No | Router ID; omit to use the default router. | |
| activeOnly | No | Return only active routes | |
| staticOnly | No | Return only non-dynamic routes |