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

Get details of a specific scan by its scan ID.

<Note>
  External Documentation

  To learn more, visit the [Tenable Security Center documentation](https://docs.tenable.com/security-center/api/Scan.htm#ScanRESTReference-/scan).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                                        |
  | --------- | ---------------------------------------------------------------------------------- |
  | Scan ID   | The ID of a scan to get details of. Can be retrieved from the 'List Scans' action. |
</div>

## Example Output

```json theme={"dark"}
{
	"type": "regular",
	"response": {
		"id": "4",
		"name": "POSTtest",
		"description": "This is a test for POST",
		"ipList": "100.100.100.100",
		"urlList": "",
		"type": "policy",
		"dhcpTracking": "false",
		"classifyMitigatedAge": "0",
		"emailOnLaunch": "false",
		"emailOnFinish": "false",
		"timeoutAction": "import",
		"scanningVirtualHosts": "false",
		"rolloverType": "template",
		"status": "0",
		"createdTime": "1406815242",
		"modifiedTime": "1406815242",
		"reports": [],
		"assets": [],
		"numDependents": "0",
		"schedule": {
			"id": "17",
			"dependentID": "14",
			"objectType": "scan",
			"type": "dependent",
			"start": "",
			"repeatRule": "",
			"enabled": "true",
			"nextRun": 0,
			"dependent": {
				"id": "14",
				"name": "Daily IP Scan",
				"description": "",
				"status": "1024"
			}
		},
		"policy": {
			"id": "1000002",
			"name": "POST TEST",
			"description": "Test of post for use with scan post test",
			"uuid": "2E950182-08B6-4737-830B-4ACC8F6B92F9"
		},
		"policyPrefs": [],
		"repository": {
			"id": "2",
			"name": "test",
			"description": "test",
			"type": "Local",
			"dataFormat": "IPv4",
			"uuid": "A2FF7E13-2C0E-470E-A3C9-E077FE065A54"
		},
		"canUse": "true",
		"canManage": "true",
		"ownerGroup": {
			"id": "0",
			"name": "Full Access",
			"description": "Full Access group"
		},
		"creator": {
			"id": "1",
			"username": "head3",
			"firstname": "",
			"lastname": "",
			"uuid": "96F2AD1B-1B83-462E-908A-84E6054F6B64"
		},
		"owner": {
			"id": "1",
			"username": "head3",
			"firstname": "",
			"lastname": "",
			"uuid": "96F2AD1B-1B83-462E-908A-84E6054F6B64"
		},
		"uuid": "29F2B9E1-ADE9-4550-B63C-CEA1423E52FC"
	},
	"error_code": 0,
	"error_msg": "",
	"warnings": [],
	"timestamp": 1406828664
}
```

## Workflow Library Example

[Get Scan with Tenable Security Center and Send Results Via Email](https://library.blinkops.com/workflows/get-scan-with-tenable-security-center-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-with-tenable-security-center-and-send-results-via-email/canvas" />
</div>
