Advanced Device Search
advanced_device_searchFind devices matching complex criteria like software, last seen, or operating system using structured filters. Returns paginated results from your Automox environment.
Instructions
Execute an advanced device search using the Automox Advanced Device Search API's structured query language. Enables complex queries like 'find all Windows devices not seen in 30 days' or 'devices with nginx installed' using field-based filtering. Pass query as a dict with a filters list of AND/OR groups, each a list of conditions: {"filters": [{"AND": [{"scope": "SOFTWARE", "field": "pkgDisplayName", "operator": "IN", "values": ["nginx"]}]}]}. Use get_searchable_fields for valid scope/field/operator combos and device_search_typeahead to discover values. The org is scoped automatically. limit sets the page size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| page | No | ||
| limit | No | ||
| output_format | No | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||