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