# Get episode shot tasks **GET /data/episodes/{episode_id}/shot-tasks** Get shot tasks for an episode. Restricted for vendor permissions. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **episode_id** () ## Responses ### 200: All shot tasks related to given episode #### Body Parameters: application/json (array[object]) - **id** (string(uuid)) - **name** (string) - **task_type_id** (string(uuid)) - **entity_id** (string(uuid)) - **task_status_id** (string(uuid)) [Powered by Bump.sh](https://bump.sh)