List Static Routes
list_routesRetrieve static routes from a MikroTik router, with filters for active and static-only routes, and pagination.
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 | Yes | Target router identifier from the router registry | |
| activeOnly | No | Return only active routes | |
| staticOnly | No | Return only non-dynamic routes | |
| limit | No | Maximum number of routes to return | |
| offset | No | Offset for pagination |