# Get episode asset tasks **GET /data/episodes/{episode_id}/asset-tasks** Get asset 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 assets tasks related to given episode #### Body: 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)