# Get shot asset types **GET /data/shots/{shot_id}/asset-types** Retrieve all asset types of assets that are casted in 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 List of shot asset types successfully retrieved #### Body: application/json (array[object]) - **id** (string(uuid)) Asset type unique identifier - **name** (string) Asset type name - **shot_id** (string(uuid)) Shot identifier [Powered by Bump.sh](https://bump.sh)