> ## 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.

# Retrieve Scan Results By WebID

Retrieve the scan results by the specified WebID.

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                                                                                                                                                |
  | --------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | WebID     | The ID of the analysis. To obtain the WebID for a specific scan, you can copy the number that appears in the URL path of the [Results page](https://www.joesandbox.com/analysispaged/0) after clicking on a specific scan. |
</div>

## Example Output

```json theme={"dark"}
{
	"data": {
		"webid": "<string>",
		"original_filename": "<string>",
		"time": "2022-12-01T10:50:23+01:00",
		"runs": [
			{
				"detection": "<string>",
				"error": null,
				"system": "<string>",
				"yara": false,
				"sigma": false,
				"suricata": false,
				"score": 162
			}
		],
		"tags": [
			"<string>"
		],
		"encrypted": false,
		"analysisid": "<string>",
		"duration": 39,
		"md5": "<string>",
		"sha1": "<string>",
		"sha256": "<string>",
		"filename": "<string>",
		"scriptname": "<string>",
		"status": "<string>",
		"comments": "<string>",
		"classification": "<string>",
		"threatname": "<string>",
		"score": 72,
		"detection": "<string>",
		"has_malwareconfig": false
	}
}
```

## Workflow Library Example

[Retrieve Scan Results by Webid with Joe Sandbox and Send Results Via Email](https://library.blinkops.com/workflows/retrieve-scan-results-by-webid-with-joe-sandbox-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/retrieve-scan-results-by-webid-with-joe-sandbox-and-send-results-via-email/canvas" />
</div>
