list_all_assets
Retrieve a list of all assets with their IDs and names to enable compliance tracking and auditing.
Instructions
Get all assets
Returns: - assets (List[AssetsVo]): A list of assets. - id (str): Asset id. - name (str): Name of the asset. - error (Optional[str]): An error message if any issues occurred during retrieval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assets | No | ||
| error | No |