Actions
Get CVE Search Reports List
Get a list of reports that were generated.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| 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. |
| 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. |
{
"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"
}
]
}
Was this page helpful?