Skip to main content

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 known CVEs for an application.

Parameters

ParameterDescription
Application IDsThe application IDs to get CVEs for, separated by commas. For example: “225494730938493804,225494730938493915”. Leave empty to get all CVEs.
CursorCursor position returned by the last request. Use to iterate over more than 1000 items. Example: “YWdlbnRfaWQ6NTgwMjkzODE=”.
LimitLimit number of returned items (1-1000). Example: “10”.
Return All PagesAutomatically fetch all resources, page by page.

Example Output

{
	"data": [],
	"pagination": {
		"nextCursor": null,
		"totalItems": 0
	}
}

Workflow Library Example

Get Cves for Application with Sentinelone and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop