# Get scene asset instances **GET /data/scenes/{scene_id}/asset-instances** Retrieve all asset instances that are linked to a specific scene. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **scene_id** () Unique identifier of the scene ## Responses ### 200: Scene asset instances successfully retrieved #### Body Parameters: 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)