get_alert_investigation_report
Retrieve the comprehensive investigation report for any alert, providing analysis, evidence, and recommended actions to understand the final verdict.
Instructions
Get the agentic auto-investigation report associated with an alert.
Retrieves the comprehensive investigation report generated by Purple AI's Auto Investigations for a specific alert. This report includes analysis findings, evidence, conclusions, recommended actions, and a final verdict.
Args: alert_id: The unique identifier of the alert.
Returns: The agentic auto-investigation report in markdown format and the verdict.
Common use cases: - Reviewing the auto-investigation summary - Understanding the final verdict and recommendations on an alert - Retrieving previous report to review detailed analysis and evidence
Note: Returns None if no report exists.
Raises: RuntimeError: If there's an error retrieving the alert report. ValueError: If alert_id is invalid or empty.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alert_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |