# Get edits schedule items **GET /data/projects/{project_id}/schedule-items/{task_type_id}/edits** Retrieve edits schedule items for given task type. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **project_id** (string(uuid)) Project unique identifier - **task_type_id** (string(uuid)) Task type unique identifier ### Query parameters - **episode_id** (string(uuid)) Restrict results to edits of the given episode ## Responses ### 200 All edits schedule items for given task type #### Body: application/json (array[object]) [Powered by Bump.sh](https://bump.sh)