Get Things Connectivity Status
get_things_statusCheck connectivity status for multiple IoT devices using their IDs. Returns status only for devices that have connected before.
Instructions
Get current connectivity status for a batch of things by their IDs. Things that have never connected are omitted from the response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Thing UUIDs to fetch connectivity status for. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| statuses | Yes | Connectivity status keyed by thing ID. Things that have never connected are omitted. |