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

Get a list of reports.

**Note:** The API rate limit is 10 requests per hour per Qualys customer.

<Note>
  External Documentation

  To learn more, visit the [Qualys Patch Management documentation](https://docs.qualys.com/en/pm/api/#t=patch_report_resource%2Fget_list_of_generated_reports.htm).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter   | Description                                              |
  | ----------- | -------------------------------------------------------- |
  | API Version | The version of the API to send the request to.           |
  | Limit       | The maximum number of results to return in the response. |
</div>

## Example Output

```json theme={"dark"}
[
  {
      "reportId": "84b7e8e4-878d-4506-a8aa-fb7b278648c7",
      "type": "ASSET",
      "createdDate": 1719298145204,
      "expirationDate": 1719902945204,
      "status": 1,
      "queryHavingQuery": null,
      "fileSize": "8.07 KB",
      "platform": "Windows",
      "name": "ASSET",
      "description": "Asset Report_84b7e8e4-878d-4506-a8aa-fb7b278648c7"
  },
  {
      "reportId": "703729bf-3551-4bd0-a269-3e0728bc1cf7",
      "type": "JOB_PROGRESS",
      "createdDate": 1719213541633,
      "expirationDate": 1719818341633,
      "status": 1,
      "queryHavingQuery": "(jobId:e3587d7b-6798-492d-8b20-6840a2115fbe AND jobInstanceId:1)",
      "fileSize": "1.85 KB",
      "platform": "Windows",
      "name": "JOB_PROGRESS",
      "description": "Job Progress Report_703729bf-3551-4bd0-a269-3e0728bc1cf7"
  },
  {
    "reportId": "3a5e5951-6d09-482b-9a00-1a214005e716",
    "type": "ASSET",
    "createdDate": 1719206058999,
    "expirationDate": 1719810858999,
    "status": 1,
    "queryHavingQuery": null,
    "fileSize": "8.07 KB",
    "platform": "Windows",
    "name": "ASSET",
    "description": "Asset Report_3a5e5951-6d09-482b-9a00-1a214005e716"
  },
]
```

## Workflow Library Example

[List Reports with Qualys Patch Management and Send Results Via Email](https://library.blinkops.com/workflows/list-reports-with-qualys-patch-management-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-patch-management-and-send-results-via-email/canvas" />
</div>
