Skip to main content

Download CI Image Scan Results

GET 

/api/v31.02/scans/download

x-prisma-cloud-target-env: {"permission":"monitorCI","saas":true,"self-hosted":true}
x-public: true

Downloads all scan reports from the Jenkins plugin and twistcli in CSV format.

This endpoint maps to the CSV hyperlink in Monitor > Vulnerabilities > Images > CI in the Console UI.

cURL Request

The following cURL command retrieves and saves your Jenkins and twistcli scan reports to a CSV file called scans_report.csv:

$ curl -k \
-u <USER> \
-H 'Content-Type: application/json' \
-X GET \
https://<CONSOLE>/api/v<VERSION>/scans/download \
> scans_report.csv

A successful response displays the status of the download.

Request

Responses

OK