qradar_list_rules
List correlation and detection rules from QRadar SIEM, using optional filters and pagination to narrow results.
Instructions
List correlation/detection rules in QRadar SIEM with optional filter and pagination.
Args: filter_expr: Filter expression, e.g. 'origin = "USER"', 'enabled = true', or 'type = "EVENT"'. limit: Maximum number of rules to return (default: 50). offset: Offset start index for pagination (default: 0).
Returns: JSON string containing matching rules and count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| filter_expr | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |