# Get shot task types **GET /data/user/shots/{shot_id}/task-types** Retrieve task types related to a specific shot for the current user. Returns all task types available for the given shot. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **shot_id** (string(uuid)) Shot unique identifier ## Responses ### 200 Task types related to given shot 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)