list_detections
Retrieve and filter detections from Panther by type, severity, state, or tags. Supports pagination and substring searches for efficient rule and policy management in security monitoring.
Instructions
List detections from your Panther instance with support for multiple detection types and filtering.
Permissions:{'all_of': ['View Rules', 'View Policies']}
Input Schema
Name | Required | Description | Default |
---|---|---|---|
compliance_status | No | Filter by compliance status (applies to policies only) - 'PASS', 'FAIL', or 'ERROR' | |
created_by | No | Filter by creator user ID or actor ID | |
cursor | No | Optional cursor for pagination from a previous query (only supported for single detection type) | |
detection_types | No | One or more detection types - rules, scheduled_rules, simple_rules, or policies. | |
last_modified_by | No | Filter by last modifier user ID or actor ID | |
limit | No | Maximum number of results to return per detection type | |
log_type | No | A list of log types to filter by (applies to rules and simple-rules only). | |
name_contains | No | Substring search by name (case-insensitive) | |
resource_type | No | Filter by resource types (applies to policies only) - list of resource type names | |
severity | No | Filter by severity levels - INFO, LOW, MEDIUM, HIGH, or CRITICAL. | |
state | No | Filter by state - 'enabled' or 'disabled' | enabled |
tag | No | A case-insensitive list of tags to filter by. |