# Get tasks requiring feedback **GET /data/user/tasks-to-check** Retrieve tasks requiring feedback for departments where the current user is a supervisor. Returns empty list if user is not a supervisor. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ## Responses ### 200 Tasks requiring feedback in current user departments #### Body: 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 - **assigner_id** (string(uuid)) Person who assigned the task - **assignees** (array[string(uuid)]) List of assigned person identifiers - **created_at** (string(date-time)) Creation timestamp - **updated_at** (string(date-time)) Last update timestamp [Powered by Bump.sh](https://bump.sh)