External DocumentationTo learn more, visit the VirusTotal documentation.
Actions
Get Analysis
Get a URL/file analysis.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| 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. |
{
"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
}
}
}
Was this page helpful?