External DocumentationTo learn more, visit the VirusTotal documentation.
Parameters
Example Output
Workflow Library Example
Get Analysis with Virustotal and Send Results Via EmailPreview this Workflow on desktop
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?