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

List asset groups in the user's account.

<Note>
  External Documentation

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

## Basic Parameters

<div className="integrations-table">
  | Parameter         | Description                                                                                                                                                                                        |
  | ----------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Asset Group IDs   | A comma-separated list to filter results by host IDs/ranges. One or more IDs and/or ranges may be specified. A range is specified with a dash (for example, 190-400). Valid host IDs are required. |
  | Asset Group Title | Show only the asset group that has a title equal to the specified string - this must be an exact match.                                                                                            |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter                        | Description                                                                                                                                                                                                                                                                                                                                                                                           |
  | -------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Attributes                       | Show attributes for each asset group along with the ID. Specify ALL or a comm-separated list of attribute names. Attribute names: ID, TITLE, OWNER\_USER\_NAME, OWNER\_USER\_ID, OWNER\_UNIT\_ID, NETWORK\_IDS, LAST\_UPDATE, IP\_SET, APPLIANCE\_LIST, DOMAIN\_LIST, DNS\_LIST, NETBIOS\_LIST, EC2\_ID\_LIST, HOST\_IDS, ASSIGNED\_USER\_IDS, ASSIGNED\_UNIT\_IDS, BUSINESS\_IMPACT, CVSS, COMMENTS. |
  | 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

[List Asset Groups with Qualys and Send Results Via Email](https://library.blinkops.com/workflows/list-asset-groups-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-asset-groups-with-qualys-and-send-results-via-email/canvas" />
</div>
