# Get edit tasks **GET /data/edits/{edit_id}/tasks** Retrieve all tasks that are related to 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 #### Query parameters - **relations** () Include related entity information ## Responses ### 200: List of edit tasks successfully retrieved #### Body Parameters: application/json (array[object]) - **id** (string(uuid)) Task unique identifier - **name** (string) Task name - **task_type_id** (string(uuid)) Task type identifier - **task_status_id** (string(uuid)) Task status identifier - **entity_id** (string(uuid)) Entity identifier - **assigned_to** (string(uuid)) Assigned person identifier - **created_at** (string(date-time)) Creation timestamp - **updated_at** (string(date-time)) Last update timestamp [Powered by Bump.sh](https://bump.sh)