Skip to main content

List Reports

List reports in the user's account. The report list output includes all report types, including scorecard reports. Permissions - Managers and Auditors view all assets in the subscription, Unit Managers view assets in their own business unit, Scanners and Readers view assets in their own account.

Basic Parameters

ParameterDescription
Report IDSpecifies a single report ID that is saved in the Report Share storage space. When specified, information on the selected report will be included in the output.

Advanced Parameters

ParameterDescription
Client IDID assigned to the client (Consultant subscription only).
Client NameName of the client (Consultant subscription only).
Disable XML To JSON Auto ConvertWhen checked, XML responses are not automatically converted into JSON format.
Expires BeforeLimit results only to reports that expire before this time.
StateFilter results only to reports in a specific state.
User Login IDLimit reports only to those launched by the specified user.

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

List Reports with Qualys and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop