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

# List Vulnerabilities

Retrieve a list of existing vulnerabilities.

<Note>
  External Documentation

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

## Parameters

<div className="integrations-table">
  | Parameter    | Description                                                                                |
  | ------------ | ------------------------------------------------------------------------------------------ |
  | End Offset   | The ending offset of the results to retrieve. Get results until this offset.               |
  | Query ID     | The ID of the vulnerability query to run. Can be retrieved from the 'List Queries' action. |
  | Start Offset | The starting offset of the results to retrieve. Get results from this offset.              |
</div>

## Example Output

```json theme={"dark"}
{
	"type": "regular",
	"response": {
		"totalRecords": 1,
		"returnedRecords": 1,
		"startOffset": 0,
		"endOffset": 50,
		"matchingDataElementCount": -1,
		"results": [
			{
				"pluginID": "119500",
				"severity": {
					"id": "4",
					"name": "Critical",
					"description": "Critical Severity"
				},
				"vprScore": 6.7,
				"vprContext": [
					{
						"id": "age_of_vuln",
						"name": "Vulnerability Age",
						"value": "60 - 180 days",
						"type": "string"
					},
					{
						"id": "cvssV3_impactScore",
						"name": "CvssV3 Impact Score",
						"value": 5.9,
						"type": "number"
					},
					{
						"id": "exploit_code_maturity",
						"name": "Exploit Code Maturity",
						"value": "Unproven",
						"type": "string"
					},
					{
						"id": "predicted_impactScore",
						"name": "Predicted Impact Score",
						"value": false,
						"type": "boolean"
					},
					{
						"id": "product_coverage",
						"name": "Product Coverage",
						"value": "Low",
						"type": "string"
					},
					{
						"id": "threat_intensity_last_28",
						"name": "Threat Intensity",
						"value": "Low",
						"type": "string"
					},
					{
						"id": "threat_recency",
						"name": "Threat Recency",
						"value": "7 to 30 days",
						"type": "string"
					},
					{
						"id": "threat_sources_last_28",
						"name": "Threat Sources",
						"value": "Security Research",
						"type": "string"
					}
				],
				"ip": "172.26.48.75",
				"uuid": "",
				"port": 8080,
				"protocol": "TCP",
				"name": "Jenkins < 2.138.4 LTS / 2.150.1 LTS / 2.154 Multiple Vulnerabilities",
				"dnsName": "",
				"macAddress": "00:50:56:be:27:da",
				"netbiosName": "TARGET\\WINDOW7X64",
				"uniqueness": "repositoryID,ip,dnsName",
				"hostUniqueness": "repositoryID,ip,dnsName",
				"family": {
					"id": "6",
					"name": "CGI abuses",
					"type": "active"
				},
				"repository": {
					"id": "516",
					"name": "repo1",
					"description": "",
					"dataFormat": "IPv4"
				},
				"pluginInfo": "119500 (8080/6) Jenkins < 2.138.4 LTS / 2.150.1 LTS / 2.154 Multiple Vulnerabilities"
			}
		]
	},
	"error_code": 0,
	"error_msg": "",
	"warnings": [],
	"timestamp": 1553525692
}
```

## Workflow Library Example

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