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

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

<Note>
  External Documentation

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

## Basic Parameters

<div className="integrations-table">
  | Parameter | Description                       |
  | --------- | --------------------------------- |
  | Report ID | The ID of the report to download. |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter                        | Description                                                                   |
  | -------------------------------- | ----------------------------------------------------------------------------- |
  | Disable XML To JSON Auto Convert | When checked, XML responses are not automatically converted into JSON format. |
</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

[Get Report with Qualys and Send Results Via Email](https://library.blinkops.com/workflows/get-report-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/get-report-with-qualys-and-send-results-via-email/canvas" />
</div>
