# Get task full **GET /data/tasks/{task_id}/full** Return a task with many information. Includes full details for assignees, task type, and task status. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **task_id** (string) ## Responses ### 200 Task with full information #### Body: application/json (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[object]) - **task_type** (object) - **task_status** (object) [Powered by Bump.sh](https://bump.sh)