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

Get a URL/file analysis.

<Note>
  External Documentation

  To learn more, visit the [VirusTotal documentation](https://virustotal.readme.io/reference/analysis).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter   | Description                                                                                                                                                                                                    |
  | ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Analysis ID | Analysis identifier. URLs and files can be submitted to VirusTotal using the ScanURL and ScanFile actions. Both actions return an ID which can be used in this field to get information about analysis status. |
</div>

## Example Output

```json theme={"dark"}
{
	"data": {
		"id": "<string>",
		"type": "<string>",
		"links": {
			"self": "<string>",
			"item": "<string>"
		},
		"attributes": {
			"stats": {
				"malicious": 2,
				"suspicious": 1,
				"undetected": 2,
				"harmless": 1,
				"timeout": 2,
				"confirmed-timeout": 1,
				"failure": 2,
				"type-unsupported": 1
			},
			"date": 1310427289,
			"status": "<string>",
			"results": {}
		}
	},
	"meta": {
		"file_info": {
			"sha256": "<string>",
			"md5": "<string>",
			"sha1": "<string>",
			"size": 45
		}
	}
}
```

## Workflow Library Example

[Get Analysis with Virustotal and Send Results Via Email](https://library.blinkops.com/workflows/get-analysis-with-virustotal-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-analysis-with-virustotal-and-send-results-via-email/canvas" />
</div>
