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

Returns a list of all CWEs.

<Note>
  External Documentation

  To learn more, visit the [Securin VI documentation](https://vi.securin.io/documentation).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter       | Description                                                                                                                                                                                                            |
  | --------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Limit           | Amount of results per response.                                                                                                                                                                                        |
  | Offset          | The offset of the results that are returned.                                                                                                                                                                           |
  | Search Criteria | Search Criteria which is used to search for specific vulnerabilities.<br /><br />For further information about the `Search Criteria`, please refer to [Securin VI Documentation](https://vi.securin.io/documentation). |
  | Sort Criteria   | Sort Criteria by which vulnerabilities will be sorted.                                                                                                                                                                 |
</div>

## Example Output

```json theme={"dark"}
{
	"type": "<string>",
	"message": "<string>",
	"results": [
		{
			"vrs": {
				"score": null,
				"severity": null,
				"lastModifiedDate": "<string>"
			},
			"abstraction": null,
			"alternateTerms": [],
			"description": "<string>",
			"id": "<string>",
			"lastUpdatedDate": "<string>",
			"likelihoodOfExploit": null,
			"potentialMitigations": [],
			"references": [],
			"relatedAttackPatterns": [],
			"relatedWeaknesses": [],
			"sources": [
				{
					"name": "<string>",
					"url": "<string>"
				}
			],
			"status": "<string>",
			"structure": null,
			"submissionDate": "<string>",
			"taxonomies": [],
			"title": "<string>",
			"type": "<string>",
			"vulnerabilityCount": 0,
			"viCreatedDate": "<string>",
			"viUpdatedDate": "<string>",
			"riskIndex": {
				"index": null,
				"severity": null,
				"lastModifiedDate": "<string>"
			},
			"vulnerabilities": []
		},
		{
			"vrs": {
				"score": null,
				"severity": null,
				"lastModifiedDate": "<string>"
			},
			"abstraction": null,
			"alternateTerms": [],
			"description": "<string>",
			"id": "<string>",
			"lastUpdatedDate": "<string>",
			"likelihoodOfExploit": null,
			"potentialMitigations": [],
			"references": [
				{
					"id": "<string>",
					"authors": [
						"<string>",
						"<string>"
					],
					"section": null,
					"title": "<string>",
					"edition": null,
					"publication": "<string>",
					"publisher": null,
					"publicationYear": "<string>",
					"publicationMonth": null,
					"publicationDay": null,
					"url": "<string>"
				},
				{
					"id": "<string>",
					"authors": [
						"<string>",
						"<string>"
					],
					"section": null,
					"title": "<string>",
					"edition": null,
					"publication": "<string>",
					"publisher": null,
					"publicationYear": "<string>",
					"publicationMonth": null,
					"publicationDay": null,
					"url": "<string>"
				}
			],
			"relatedAttackPatterns": [],
			"relatedWeaknesses": [
				{
					"nature": "<string>",
					"id": "<string>",
					"type": "<string>",
					"title": "<string>",
					"abstraction": "<string>",
					"chainId": null,
					"viewId": "<string>",
					"ordinal": null
				},
				{
					"nature": "<string>",
					"id": "<string>",
					"type": "<string>",
					"title": "<string>",
					"abstraction": "<string>",
					"chainId": null,
					"viewId": "<string>",
					"ordinal": null
				}
			],
			"sources": [
				{
					"name": "<string>",
					"url": "<string>"
				}
			],
			"status": "<string>",
			"structure": null,
			"submissionDate": "<string>",
			"taxonomies": [],
			"title": "<string>",
			"type": "<string>",
			"vulnerabilityCount": 2,
			"viCreatedDate": "<string>",
			"viUpdatedDate": "<string>",
			"riskIndex": {
				"index": null,
				"severity": null,
				"lastModifiedDate": "<string>"
			},
			"vulnerabilities": []
		}
	],
	"count": 3
}
```

## Workflow Library Example

[List Cwes with Securin Vi and Send Results Via Email](https://library.blinkops.com/workflows/list-cwes-with-securin-vi-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-cwes-with-securin-vi-and-send-results-via-email/canvas" />
</div>
