get-organization-devices
Retrieve a list of all devices assigned to networks in an organization. Filter by network, product type, tags, name, MAC, serial, model, and more.
Instructions
List the devices in an organization that have been assigned to a network. (read-only)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | Yes | Organization ID | |
| perPage | No | The number of entries per page returned. Acceptable range is 3 - 5000. Default is 1000. | |
| startingAfter | No | A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parame | |
| endingBefore | No | A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This paramete | |
| configurationUpdatedAfter | No | Filter results by whether or not the device's configuration has been updated after the given timestamp | |
| networkIds | No | Optional parameter to filter devices by network. | |
| productTypes | No | Optional parameter to filter devices by product type. Valid types are wireless, appliance, switch, systemsManager, camera, cellularGateway, | |
| tags | No | Optional parameter to filter devices by tags. | |
| tagsFilterType | No | Optional parameter of value 'withAnyTags' or 'withAllTags' to indicate whether to return networks which contain ANY or ALL of the included t | |
| name | No | Optional parameter to filter devices by name. All returned devices will have a name that contains the search term or is an exact match. | |
| mac | No | Optional parameter to filter devices by MAC address. All returned devices will have a MAC address that contains the search term or is an exa | |
| serial | No | Optional parameter to filter devices by serial number. All returned devices will have a serial number that contains the search term or is an | |
| model | No | Optional parameter to filter devices by model. All returned devices will have a model that contains the search term or is an exact match. | |
| macs | No | Optional parameter to filter devices by one or more MAC addresses. All returned devices will have a MAC address that is an exact match. | |
| serials | No | Optional parameter to filter devices by one or more serial numbers. All returned devices will have a serial number that is an exact match. | |
| sensorMetrics | No | Optional parameter to filter devices by the metrics that they provide. Only applies to sensor devices. | |
| sensorAlertProfileIds | No | Optional parameter to filter devices by the alert profiles that are bound to them. Only applies to sensor devices. | |
| models | No | Optional parameter to filter devices by one or more models. All returned devices will have a model that is an exact match. | |
| fields | No | Return only these top-level fields; omit for all. Available: address, details, firmware, imei, lanIp, lat, lng, mac, model, name, networkId, notes, productType, serial, tags. |