Get Thing Model
get_modelRetrieve a specific device model from your Connhex IoT platform by providing its UUID.
Instructions
Get a single device model by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | UUID of the model. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique model identifier (UUID). | |
| name | No | Human-readable model name. | |
| tags | No | Tags associated with the model. | |
| image | No | URL to model image. | |
| tenants | No | Tenants that can access this model. | |
| metadata | No | Arbitrary JSON metadata. | |
| created_at | No | ISO-8601 creation timestamp. | |
| updated_at | No | ISO-8601 last-updated timestamp. | |
| description | No | Free-form model description. |