Skip to main content
Get a list of reports. Note: The API rate limit is 10 requests per hour per Qualys customer.
External DocumentationTo learn more, visit the Qualys Patch Management documentation.

Parameters

ParameterDescription
API VersionThe version of the API to send the request to.
LimitThe maximum number of results to return in the response.

Example Output

[
  {
      "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
Workflow LibraryPreview this Workflow on desktop
I