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

Generate the asset report for the windows and linux assets that match the filtering criteria.

**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_assets_report.htm).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter    | Description                                                                                                                                                               |
  | ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Having Query | Search query to filter assets **based on patch search criteria**.                                                                                                         |
  | Platform     | Select the platform to download the report for.                                                                                                                           |
  | Query        | Search query to filter assets **based on search criteria**.                                                                                                               |
  | Sort         | A JSON object representing sorting criteria for asset values.<br /><br />**For example:**<br /><pre><code>\[<br />  \{<br />    "name":"asc"<br />  }<br />]</code></pre> |
</div>

## Example Output

```json theme={"dark"}
{
	"reportId": "fdeff786-7c63-42fc-b64f-60560671df06"
}
```

## Workflow Library Example

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