Parameter | Description |
---|---|
Flow ID | The flow ID of the scan. You can get the flow id from the response of the Scan URL action. |
{
"flowId": "<string>",
"allFinished": false,
"allFilesDownloadFinished": false,
"allAdditionalStepsDone": false,
"reportsAmount": -2,
"priority": "<string>",
"pollPause": 5,
"state": "<string>",
"fileSize": -2,
"reports": {
"98f6621d-80a3-4bfd-9378-6562e9161603": {
"overallState": "success",
"positionInQueue": 0,
"finalVerdict": {
"verdict": "INFORMATIONAL",
"threatLevel": 0.1,
"confidence": 1
},
"vtRate": -1,
"file": {
"name": "https://example.com",
"hash": "100680ad546ce6a577f42f52df33b4cfdca756859e664b8d7de329b150d09ce9",
"type": "other"
},
"filesDownloadFinished": true,
"created_date": "03/13/2023, 14:58:00",
"estimatedTime": "8",
"estimated_progress": 1.0
}
}
Was this page helpful?