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