Get Thing
get_thingRetrieve a single thing from the Connhex IoT platform by its UUID to get its details.
Instructions
Get a single thing by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thing_id | Yes | UUID of the thing to retrieve. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique thing identifier (UUID). | |
| key | No | Authentication key (UUID). | |
| name | No | Human-readable thing name. | |
| model | No | UUID of the device model assigned to this thing. | |
| status | No | Connectivity status including counters for messages, bytes, and uptime. | |
| metadata | No | Device metadata; edge devices include event_channel_id and control_channel_id. |