Returns all devices accessible to the API token, with optional filtering.
Documentation Index
Fetch the complete documentation index at: https://docs.beta.ontoto.com/llms.txt
Use this file to discover all available pages before exploring further.
Retrieve devices by kind
physical, weather, virtual Retrieve all devices of a group
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$Retrieve all devices assigned to a site
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$Filter by array of serial numbers
When true, includes sensors for each device. By default, device objects omit the sensors field.
Include the formula of any derived parameters in the response. Only applicable if includeSensors is true
Include _internal fields in the response. Subject to change.
Include sensors that are not currently active on the device firmware (for archived data)
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).