List Thing Channels
get_thing_channelsRetrieve channels attached to a device using its unique identifier. Supports pagination and filtering by connection state.
Instructions
List the channels connected to a specific thing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items to return. | |
| offset | No | Number of items to skip. | |
| thing_id | Yes | UUID of the thing. | |
| connected | No | Filter by connection state. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size used. | |
| total | No | Total number of matching channels. | |
| offset | No | Number of items skipped. | |
| channels | Yes |