List devices
Returns all devices accessible to the API token, with optional filtering.
Authorizations
Query Parameters
Retrieve devices by kind Physical hardware device
"physical"Retrieve all devices of a group
Retrieve all devices assigned to a site
Filter by array of device serial numbers
When true, includes sensors for each device. By default, device objects omit the sensors field.
Include sensors that are not currently active on the device firmware (for archived data)
Response
Successful response
Response body for querying devices. Schema-level example reflects list defaults (no sensors). GET /devices/:sn documents a fuller example which includes sensors.
List of devices. Each element is a DeviceItem (see components.schemas.DeviceItem in the OpenAPI document).