> ## 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 CVE Search Reports List

Get a list of reports that were generated.

## Basic Parameters

<div className="integrations-table">
  | Parameter   | Description                  |
  | ----------- | ---------------------------- |
  | Author      | The author of the report.    |
  | Report Name | The name of the report.      |
  | Start Time  | The start of the date range. |
  | Start Time  | The end of the date range.   |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter   | Description                            |
  | ----------- | -------------------------------------- |
  | Page Number | A maximum number of pages to return.   |
  | Rows Number | A maximum number of records to return. |
  | Sort        | The order in which to return records.  |
</div>

## Example Output

```json theme={"dark"}
{
	"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](https://library.blinkops.com/workflows/get-cve-search-reports-list-with-jfrog-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-cve-search-reports-list-with-jfrog-and-send-results-via-email/canvas" />
</div>
