# Get episode edits **GET /data/episodes/{episode_id}/edits** Retrieve all edits 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 edits successfully retrieved #### Body Parameters: application/json (array[object]) - **id** (string(uuid)) Edit unique identifier - **name** (string) Edit name - **description** (string) Edit description - **project_id** (string(uuid)) Project identifier - **episode_id** (string(uuid)) Episode identifier - **created_at** (string(date-time)) Creation timestamp - **updated_at** (string(date-time)) Last update timestamp [Powered by Bump.sh](https://bump.sh)