# Get edit **GET /data/edits/{edit_id}** Retrieve detailed information about a specific edit. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **edit_id** () Unique identifier of the edit ## Responses ### 200 Edit information successfully retrieved #### Body: application/json (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)