Download Report API

Use this API to download generated reports using the file UUID.

GET /sm/v1/reports/{fileUuid}

Input ParametersInput Parameters

Parameter

Mandatory/Optional

Data Type

Description

fileUuid

Mandatory

String

Specify the file UUID to download the report.

SampleSample

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.