get_all_tasks
Retrieve tasks from active projects, enriched with project and customer details. Filter results by project, assignee, or include completed tasks.
Instructions
Return all tasks across all active projects, enriched with project and customer info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Optional project ID to scope results. Omit to fetch tasks from all active projects. | |
| include_completed | No | Set True to include completed tasks. Defaults to False (open tasks only). | |
| assignee_name | No | Optional partial name to filter by assignee (e.g. "Minh Le" or "Minh"). Case-insensitive. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |