get_task
Retrieve a single task from a Worksection project by project and task IDs, with optional inclusion of description text, files, and subtasks for full task details.
Instructions
Fetch one task, optionally with its description text, files and subtasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task id. | |
| project_id | Yes | Project the task belongs to. | |
| include_extra | No | Include description text, files and subtasks. |