List computers with scan status
inventory_scan_computers_listRetrieve inventory computers with scan status, agent installation, live status, and last successful scan time to monitor and manage endpoint scanning.
Instructions
Retrieves all inventory computers with their scan status (not done/failed/in progress/success), agent installation status, live status, and last successful scan time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | Return the full, unprojected record for each row instead of the curated default field set. | |
| page | No | Page number to retrieve. Default is 1. | |
| pageLimit | No | Max records per page (server cap is 1000). Defaults to the server's configured default page size. | |
| resIdFilter | No | Filter to a specific computer by its resource_id. | |
| domainFilter | No | Filter by the NetBIOS domain the computer is mapped to. | |
| liveStatusFilter | No | Filter by computer live status: 1 live, 2 down, 3 unknown. | |
| scanStatusFilter | No | Filter by scan status: -1 not done, 0 failed, 1 in progress, 2 success. | |
| branchOfficeFilter | No | Filter by the remote/branch office the computer is mapped to. | |
| installStatusFilter | No | Filter by agent install status: 21 yet-to-install, 22 installed, 23 uninstalled, 24 yet-to-uninstall, 29 installation failure. |