List Things
list_thingsRetrieve a paginated list of things from the Connhex IoT platform, with optional filtering by name and sorting by ID or name.
Instructions
List things with optional filtering and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dir | No | Sort direction. | |
| 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. |
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 |