# Get done tasks **GET /data/user/done-tasks** Retrieve tasks currently assigned to the current user with status marked as done. Returns only tasks from open projects. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ## Responses ### 200 Finished 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)