# Get shots casting asset **GET /data/assets/{asset_id}/cast-in** Retrieve all shots that cast a specific asset in their breakdown. ## 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 shots casting the asset successfully retrieved #### Body: application/json (array[object]) - **id** (string(uuid)) Shot unique identifier - **name** (string) Shot name - **project_id** (string(uuid)) Project identifier - **sequence_id** (string(uuid)) Sequence identifier - **frame_in** (integer) Frame in - **frame_out** (integer) Frame out - **duration** (integer) Shot duration in frames [Powered by Bump.sh](https://bump.sh)