> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 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.

<Note>
  External Documentation

  To learn more, visit the [Qualys documentation](https://docs.qualys.com/en/vm/api/reports/index.htm#t=reports%2Flist_reports.htm).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                                                                                      |
  | --------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Report ID | Specifies 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. |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter                        | Description                                                                   |
  | -------------------------------- | ----------------------------------------------------------------------------- |
  | Client ID                        | ID assigned to the client (Consultant subscription only).                     |
  | Client Name                      | Name of the client (Consultant subscription only).                            |
  | Disable XML To JSON Auto Convert | When checked, XML responses are not automatically converted into JSON format. |
  | Expires Before                   | Limit results only to reports that expire before this time.                   |
  | State                            | Filter results only to reports in a specific state.                           |
  | User Login ID                    | Limit reports only to those launched by the specified user.                   |
</div>

## Example Output

```json theme={"dark"}
{
	"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](https://library.blinkops.com/workflows/list-reports-with-qualys-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-reports-with-qualys-and-send-results-via-email/canvas" />
</div>
