search_alerts
Search for alerts in TheHive using filters like title, severity, tags, status, and date range to quickly find relevant security events.
Instructions
Search for Alerts in TheHive with advanced filtering.
Args: title (str, optional): Substring match on the Alert title. severity (int, optional): Filter by exact severity level (1 to 4). tags (List[str], optional): Filter by tags (requires all tags to match). status (str, optional): Filter by status (e.g. 'New', 'Imported', 'Ignored'). sort (str, optional): Field to sort by. Use '-' prefix for descending (e.g., '-_createdAt' or '-_updatedAt'). created_after (str, optional): Filter alerts created after this date (ISO 8601 or timestamp in ms). created_before (str, optional): Filter alerts created before this date (ISO 8601 or timestamp in ms). limit (int): Maximum number of alerts to return. Default is 10.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | ||
| tags | No | ||
| limit | No | ||
| title | No | ||
| status | No | ||
| severity | No | ||
| created_after | No | ||
| created_before | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |