List devices
datto_list_devicesRetrieve a paginated list of devices in your Datto RMM account, with optional filters by hostname, device type, operating system, or site name.
Instructions
List all devices in the account, with optional filters. Filter text params use SQL LIKE matching (use * as wildcard). Paginated; check pageDetails in the response for more pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max | No | Results per page (max 250) | |
| page | No | Page number, starting at 0 | |
| filterId | No | Device filter ID (from datto_list_filters); if set, it exclusively determines results | |
| hostname | No | Filter by hostname (LIKE match) | |
| siteName | No | Filter by site name (LIKE match) | |
| deviceType | No | Filter by device type, e.g. Desktop, Laptop, Server (LIKE match) | |
| operatingSystem | No | Filter by operating system (LIKE match) |