# Get shot tasks **GET /data/shots/{shot_id}/tasks** Get tasks for a shot. Optionally include relations using query params. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **shot_id** () ## Responses ### 200: All tasks related to given shot #### Body Parameters: application/json (array[object]) - **id** (string(uuid)) - **name** (string) - **task_type_id** (string(uuid)) - **task_status_id** (string(uuid)) - **entity_id** (string(uuid)) - **project_id** (string(uuid)) - **assignees** (array[string(uuid)]) [Powered by Bump.sh](https://bump.sh)