# Get edit task types **GET /data/edits/{edit_id}/task-types** Retrieve all task types 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 ## Responses ### 200: List of edit task types successfully retrieved #### Body Parameters: application/json (array[object]) - **id** (string(uuid)) Task type unique identifier - **name** (string) Task type name - **short_name** (string) Task type short name - **color** (string) Task type color code - **for_entity** (string) Entity type this task type is for [Powered by Bump.sh](https://bump.sh)