List Model Things
get_model_thingsRetrieve all things assigned to a device model using its UUID. Supports pagination, sorting, and direction control.
Instructions
List all things assigned to a specific device model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dir | No | Sort direction. | |
| limit | No | Max items to return. | |
| order | No | Sort field. | |
| offset | No | Number of items to skip. | |
| model_id | Yes | UUID of the model. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size used. | |
| total | No | Total number of matching things. | |
| offset | No | Number of items skipped. | |
| things | Yes |