Download Report API
Use this API to download generated reports using the file UUID.
Input ParametersInput Parameters
Parameter |
Mandatory/Optional |
Data Type |
Description |
---|---|---|---|
fileUuid |
Mandatory |
String |
Specify the file UUID to download the report. |
API Request
curl -X GET '<qualys_base_url>/sm/v1/reports/c1f45fe0-ae41-11ef-b911-29725dc02f46' --header 'Content-Type: application/octet-stream' --header 'Authorization: Bearer <JWT Token>'
Response
The CSV report is downloaded.