> ## 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 Web App Scan Details

Returns scan details. Requires BASIC \[16] user permissions and CAN VIEW \[16] scan permissions. See [Permissions](https://developer.tenable.com/docs/permissions).

<Note>
  External Documentation

  To learn more, visit the [Tenable documentation](https://developer.tenable.com/reference/was-v2-scans-details).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                       |
  | --------- | ------------------------------------------------------------------------------------------------- |
  | Scan ID   | The UUID of the scan for which you want to view details. Can be retrieved from the 'Launch Scan'. |
</div>

## Example Output

```json theme={"dark"}
{
	"value": {
		"config_id": "a772daba-3d6d-412c-8ee0-3279b19650b2",
		"created_at": "2020-02-05T23:11:49.342Z",
		"metadata": {
			"audited_pages": 1,
			"crawled_urls": 1,
			"queued_pages": 0,
			"queued_urls": 0,
			"request_count": 74,
			"response_time": 0,
			"scan_status": "stopping"
		},
		"requested_action": "start",
		"scan_id": "7f2fc25a-bdd8-4ad4-91dd-b9563ed69560",
		"status": "completed",
		"target": "http://192.0.2.119",
		"updated_at": "2020-02-05T23:22:15.510Z",
		"user_id": "53e1d711-f18f-4a75-a86e-1c47bccff1b7"
	}
}
```

## Workflow Library Example

[Get Web App Scan Details with Tenable and Send Results Via Email](https://library.blinkops.com/workflows/get-web-app-scan-details-with-tenable-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-web-app-scan-details-with-tenable-and-send-results-via-email/canvas" />
</div>
