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