# Get asset instances **GET /data/assets/{asset_id}/asset-asset-instances** Retrieve all asset instances that are instantiated inside a specific asset. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **asset_id** () Unique identifier of the asset ## Responses ### 200 List of asset instances successfully retrieved #### Body: application/json (array[object]) - **id** (string(uuid)) Asset instance unique identifier - **asset_id** (string(uuid)) Parent asset identifier - **target_asset_id** (string(uuid)) Target asset identifier - **number** (string) Instance number - **description** (string) Instance description [Powered by Bump.sh](https://bump.sh)