Skip to main content

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 all scan reports for the specified flow ID.

Parameters

ParameterDescription
Flow IDThe flow ID of the scan. You can get the flow id from the response of the Scan URL action.

Example Output

{
  "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
    }
}

Workflow Library Example

Get Scan Reports with Opswat and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop