# Get scene asset instances **GET /data/assets/{asset_id}/scene-asset-instances** Retrieve all scene asset instances that are linked to 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 scene asset instances successfully retrieved. #### Body: application/json (array[object]) - **id** (string(uuid)) Asset instance unique identifier - **asset_id** (string(uuid)) Asset identifier - **scene_id** (string(uuid)) Scene identifier - **number** (string) Instance number - **description** (string) Instance description [Powered by Bump.sh](https://bump.sh)