# Get person open tasks **GET /data/persons/{person_id}/tasks** List tasks assigned to a person where the status is not done. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **person_id** (string(uuid)) ## Responses ### 200 Tasks assigned to user that are not done #### Body: application/json (array[object]) - **id** (string(uuid)) - **name** (string) - **task_type_id** (string(uuid)) - **task_status_id** (string(uuid)) - **entity_id** (string(uuid)) - **project_id** (string(uuid)) - **assignees** (array[string(uuid)]) [Powered by Bump.sh](https://bump.sh)