List Mock Rules
list_mock_rulesList all mock rules for a mock server with pagination. Returns rules sorted by priority (lower = higher precedence) with path pattern, method, status code, and active status. Requires project context (call set_context first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of rules to skip (for pagination, default 0) | |
| take | No | Number of rules to return (default 50, max 100) | |
| mockServerId | Yes | The public Id (Guid) of the mock server |