> ## 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 Filters For Agents

Lists the filtering, sorting, and pagination capabilities available for agent records on endpoints that support them. Requires BASIC \[16] user permissions. See [Permissions](https://developer.tenable.com/docs/permissions).

<Note>
  External Documentation

  To learn more, visit the [Tenable documentation](https://developer.tenable.com/reference/io-filters-agents-list).
</Note>

## Example Output

```json theme={"dark"}
{
	"value": {
		"filters": [
			{
				"control": {
					"readable_regex": "X.Y.Z",
					"regex": ".*",
					"type": "entry"
				},
				"name": "core_version",
				"operators": [
					"eq",
					"neq",
					"match",
					"nmatch"
				],
				"readable_name": "Version"
			},
			{
				"control": {
					"readable_regex": "Distro Name (e.g. es7-x86-64)",
					"regex": ".*",
					"type": "entry"
				},
				"name": "distro",
				"operators": [
					"match",
					"nmatch"
				],
				"readable_name": "Distro"
			},
			{
				"control": {
					"list": [
						{
							"id": -1,
							"name": "None"
						},
						{
							"id": 106592,
							"name": "slibs"
						}
					],
					"type": "dropdown"
				},
				"name": "groups",
				"operators": [
					"eq",
					"neq"
				],
				"readable_name": "Member of Group"
			}
		],
		"sort": {
			"sortable_fields": [
				"core_version",
				"distro",
				"ip",
				"last_connect",
				"last_scanned",
				"name",
				"platform",
				"plugin_feed_id"
			]
		},
		"wildcard_fields": [
			"core_version",
			"distro",
			"groups"
		]
	}
}
```

## Workflow Library Example

[List Filters for Agents with Tenable and Send Results Via Email](https://library.blinkops.com/workflows/list-filters-for-agents-with-tenable-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-filters-for-agents-with-tenable-and-send-results-via-email/canvas" />
</div>
