> ## 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 Scan Reports

Get all scan reports for the specified flow ID.

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                  |
  | --------- | -------------------------------------------------------------------------------------------- |
  | Flow ID   | The flow ID of the scan. You can get the flow id from the response of the `Scan URL` action. |
</div>

## Example Output

```json theme={"dark"}
{
  "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](https://library.blinkops.com/workflows/get-scan-reports-with-opswat-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-scan-reports-with-opswat-and-send-results-via-email/canvas" />
</div>
