get_ai_alert_triage_summary
Retrieve AI-generated triage analysis for security alerts to understand incident context and prioritize response actions.
Instructions
Retrieve the latest AI triage summary for a specific Panther alert.
This tool retrieves the most recently generated AI triage analysis for an alert. It fetches the list of AI inference stream IDs associated with the alert, then retrieves the response text for the latest stream.
Returns: Dict containing: - success: Boolean indicating if retrieval was successful - summary: The latest AI triage summary containing: - stream_id: The unique stream identifier - response_text: The AI-generated triage summary - finished: Whether the triage generation completed - error: Any error message if present - message: Error message if unsuccessful
Permissions:{'all_of': ['Run Panther AI']}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alert_id | Yes | The ID of the alert to retrieve the latest AI triage summary for |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||