> ## 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 CVEs For Application

Get known CVEs for an application.

## Parameters

<div className="integrations-table">
  | Parameter        | Description                                                                                                                                  |
  | ---------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
  | Application IDs  | The application IDs to get CVEs for, separated by commas. For example: "225494730938493804,225494730938493915". Leave empty to get all CVEs. |
  | Cursor           | Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: "YWdlbnRfaWQ6NTgwMjkzODE=".                 |
  | Limit            | Limit number of returned items (1-1000). Example: "10".                                                                                      |
  | Return All Pages | Automatically fetch all resources, page by page.                                                                                             |
</div>

## Example Output

```json theme={"dark"}
{
	"data": [],
	"pagination": {
		"nextCursor": null,
		"totalItems": 0
	}
}
```

## Workflow Library Example

[Get Cves for Application with Sentinelone and Send Results Via Email](https://library.blinkops.com/workflows/get-cves-for-application-with-sentinelone-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-cves-for-application-with-sentinelone-and-send-results-via-email/canvas" />
</div>
