# Get project edits **GET /data/projects/{project_id}/edits** Retrieve all edits that are related to a specific project. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **project_id** () Unique identifier of the project ## Responses ### 200: List of project 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)