get_alert_events
Retrieve recent security events for a specific alert to investigate incidents and analyze threat patterns in Panther's monitoring platform.
Instructions
Get events for a specific Panther alert. Order of events is not guaranteed. This tool does not support pagination to prevent long-running, expensive queries.
Returns: Dict containing: - success: Boolean indicating if the request was successful - events: List of most recent events if successful - message: Error message if unsuccessful
Permissions:{'all_of': ['Read Alerts']}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alert_id | Yes | The ID of the alert to get events for | |
| limit | No | Maximum number of events to return |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||