# Get episode edit tasks **GET /data/episodes/{episode_id}/edit-tasks** Retrieve all tasks that are related to a specific episode. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **episode_id** () Unique identifier of the episode #### Query parameters - **relations** () Include related entity information ## Responses ### 200: List of episode edit tasks successfully retrieved #### Body Parameters: application/json (array[object]) - **id** (string(uuid)) Task unique identifier - **name** (string) Task name - **task_type_id** (string(uuid)) Task type identifier - **task_status_id** (string(uuid)) Task status identifier - **entity_id** (string(uuid)) Entity identifier - **assigned_to** (string(uuid)) Assigned person identifier - **created_at** (string(date-time)) Creation timestamp - **updated_at** (string(date-time)) Last update timestamp [Powered by Bump.sh](https://bump.sh)