> ## 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.

# Retrieve Scan Results

Get the results of a scan that was analyzed in a Hybrid Analysis sandbox by the scan's SHA256 ID.

<Note>
  External Documentation

  To learn more, visit the [Hybrid Analysis documentation](https://hybrid-analysis.com/docs/api/v2#/Sandbox%20Report/b7bf5dba3bdd7e12a97034ad679b7358).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                                                                                                                                                                                                                   |
  | --------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Scan ID   | The ID of the scan that was analyzed.<br /><br />The ID can be found in the [Latest Submissions page](https://www.hybrid-analysis.com/submissions/sandbox/files) in the `SHA256` field.<br />You can also use the `job_id` or the `sha256` fields from the `Scan URL` or `Scan File` actions. |
</div>

## Example Output

```json theme={"dark"}
{
	"state": "SUCCESS",
	"error_type": null,
	"error_origin": null,
	"error": null,
	"related_reports": []
}
```

## Workflow Library Example

[Retrieve Scan Results with Hybrid Analysis and Send Results Via Email](https://library.blinkops.com/workflows/retrieve-scan-results-with-hybrid-analysis-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/retrieve-scan-results-with-hybrid-analysis-and-send-results-via-email/canvas" />
</div>
