list_my_tasks
View Odoo tasks assigned to you, with optional filters for project, stage, state, or due-date windows. Exclude completed tasks by default to focus on pending work.
Instructions
List the caller's Odoo tasks (tasks they are assigned to).
By default terminal states (done/cancelled/closed) are excluded; pass include_done=true to see everything. Optional filters: project_id, stage_id, exact state code, deadline window due_after/due_before (YYYY-MM-DD). limit=0 means no limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| state | No | ||
| stage_id | No | ||
| due_after | No | ||
| due_before | No | ||
| project_id | No | ||
| include_done | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |