List Thing Models
list_modelsList device models from the Connhex IoT platform using filters by name, tag, or tenant, with pagination and sorting options.
Instructions
List device models with optional filtering and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dir | No | Sort direction. | |
| tag | No | Filter by tag. | |
| name | No | Filter by name (case-insensitive partial match). | |
| limit | No | Max items to return (1–100). | |
| order | No | Sort field. | |
| offset | No | Number of items to skip. | |
| tenant | No | Filter by tenant. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size used. | |
| total | No | Total number of matching models. | |
| models | Yes | ||
| offset | No | Number of items skipped. |