Devices
Get Device
Retrieve a single device by short_id or hardware_id.
GET
Returns a single device. The
id path parameter accepts either short_id or hardware_id.
Path parameters
Device identifier — either
short_id or hardware_id.Response
Returns a device object with the same shape as items in the List Devices response.Short, human-friendly device identifier.
Hardware identifier.
Device type.
Display name.
Latest telemetry attributes.
Whether the device is currently connected.
ISO 8601 creation timestamp.
ISO 8601 last update timestamp.
Errors
| Status | Description |
|---|---|
403 | Device not within your access scope |
404 | Device not found |