> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Alert Analysis Report

Retrieve analysis report by an alert reference ID.

## Parameters

<div className="integrations-table">
  | Parameter          | Description                                                                                                      |
  | ------------------ | ---------------------------------------------------------------------------------------------------------------- |
  | Alert Reference ID | The reference ID of the alert the analysis report belongs to. Can be obtained by using the `List Alerts` action. |
</div>

## Example Output

```json theme={"dark"}
{
	"File": {
		"EntryID": "1075@01674117-479d-4af5-89d6-cbf4584ae0e8",
		"Extension": "pdf",
		"Info": "application/pdf",
		"MD5": "6786164b6cfb00c54622b2f974dc53f4",
		"Name": "Expert Analysis - Active Phishing Website Targeting Company.pdf",
		"SHA1": "e7a6ceca8a216ba81527d423cf50d0dbf01bce5f",
		"SHA256": "1890ad48da918d3f416a14b2fd22c1ca144cc5b47da4835c32e1341e0e2e880a",
		"SHA512": "8228a78cc0a0411436b6086801654fdf2bff9a25bdf3bdbdec16692bd2fe6b4edf99012af68559900f6680456e1aaa84179c38df192adc866595298ebbc4b767",
		"SSDeep": "6144:mMI1j8kEaLJviZ1dK80NyPUqZq/32pSjQNu1KwDaacfurJgT2vJWIp+YGh:mMIaa1UTLYVYuS2vJ3p+Lh",
		"Size": 279550,
		"Type": "PDF document, version 1.3"
	}
}
```

## Workflow Library Example

[Get Alert Analysis Report with Cyberint and Send Results Via Email](https://library.blinkops.com/workflows/get-alert-analysis-report-with-cyberint-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-alert-analysis-report-with-cyberint-and-send-results-via-email/canvas" />
</div>
