get_submodel_element
Retrieve a specific Submodel element by its idShort path from an AAS server. Use this to access individual elements without fetching the entire Submodel.
Instructions
Retrieves a specific Submodel element by its idShort path.
Corresponds to: GET /submodels/{submodel_id}/submodel-elements/{id_short_path}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Base URL of the AAS server. Defaults to configured host. | http://localhost:8081 |
| encode | No | Whether to Base64-encode the Submodel ID. Defaults to True. | |
| submodel_id | Yes | The unique identifier of the Submodel. | |
| id_short_path | Yes | The idShort path of the Submodel element. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||