# Get edits and tasks **GET /data/edits/with-tasks** Retrieve all edits with project name and all related tasks. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Query parameters - **project_id** () Filter edits by specific project - **name** () Filter edits by name - **force** () Force parameter for additional filtering ## Responses ### 200 Edits with tasks successfully retrieved #### Body: application/json (array[object]) - **id** (string(uuid)) Edit unique identifier - **name** (string) Edit name - **description** (string) Edit description - **project_id** (string(uuid)) Project identifier - **project_name** (string) Project name - **episode_id** (string(uuid)) Episode identifier - **tasks** (array[object]) - **created_at** (string(date-time)) Creation timestamp - **updated_at** (string(date-time)) Last update timestamp [Powered by Bump.sh](https://bump.sh)