# Get my tasks **GET /data/user/tasks** Retrieve ttasks currently assigned to current user and of which status has is_done attribute set to false. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ## Responses ### 200 Unfinished tasks currently assigned to current user #### 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)