# Get sequence task types **GET /data/user/sequences/{sequence_id}/task-types** Retrieve task types related to a specific sequence for the current user. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **sequence_id** (string(uuid)) Sequence unique identifier ## Responses ### 200 Task types related to given sequence for current user #### Body: 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 - **priority** (integer) Task type priority - **for_entity** (string) Entity type this task type applies to - **created_at** (string(date-time)) Creation timestamp - **updated_at** (string(date-time)) Last update timestamp [Powered by Bump.sh](https://bump.sh)