# Get shot **GET /data/shots/{shot_id}** Get a shot by id. Returns full shot data. Use this to fetch a single shot with all fields needed by the UI. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **shot_id** () ## Responses ### 200: Shot found and returned #### Body Parameters: application/json (object) - **id** (string(uuid)) - **name** (string) - **project_id** (string(uuid)) - **parent_id** (string(uuid)) - **nb_frames** (integer) - **data** (object) [Powered by Bump.sh](https://bump.sh)