Skip to main content

Get Report

Fetch a report in the user's account. Permissions - Managers can fetch any report. Unit Managers can fetch report in their own business unit (report launched by users in their own business unit). Scanners and Readers can fetch their own report.

Basic Parameters

ParameterDescription
Report IDThe ID of the report to download.

Advanced Parameters

ParameterDescription
Disable XML To JSON Auto ConvertWhen checked, XML responses are not automatically converted into JSON format.

Example Output

{
"REPORT_LIST_OUTPUT": {
"RESPONSE": {
"DATETIME": "2017-10-30T22:32:15Z",
"REPORT_LIST": {
"REPORT": [
{
"ID": 42703,
"TITLE": {
"__cdata": "Test now"
},
"TYPE": "Scan",
"USER_LOGIN": "acme_aa",
"LAUNCH_DATETIME": "2017-10-30T17:59:22Z",
"OUTPUT_FORMAT": "PDF",
"SIZE": "129.1 MB",
"STATUS": {
"STATE": "Finished"
},
"EXPIRATION_DATETIME": "2017-11-06T17:59:24Z"
}
]
}
}
}
}

Workflow Library Example

Get Report with Qualys and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop