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 a list of reports that were generated.

Basic Parameters

ParameterDescription
AuthorThe author of the report.
Report NameThe name of the report.
Start TimeThe start of the date range.
Start TimeThe end of the date range.

Advanced Parameters

ParameterDescription
Page NumberA maximum number of pages to return.
Rows NumberA maximum number of records to return.
SortThe order in which to return records.

Example Output

{
	"total_reports": 1,
	"reports": [
		{
			"id": 1,
			"cve": "CVE-2014-3526",
			"name": "big-report",
			"status": "completed",
			"total_artifacts": 244,
			"num_of_processed_artifacts": 244,
			"progress": 100,
			"number_of_rows": 1220000,
			"start_time": "2023-06-25T10:35:24Z",
			"end_time": "2023-06-25T10:36:23Z",
			"author": "admin"
		}
	]
}

Workflow Library Example

Get Cve Search Reports List with Jfrog and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop