get_shell
Retrieve an Asset Administration Shell by its unique ID via the BaSyx API to access its full data and structure.
Instructions
Retrieves a specific Shell by its ID.
Corresponds to: GET /shells/{shell_id}
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 Shell ID. Defaults to True. | |
| shell_id | Yes | The unique identifier of the Shell. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||