overdue_tasks
Find active tasks whose due date has passed. Filter by project, folder, or tag to track overdue work.
Instructions
Return active tasks whose due date is already in the past.
[Category: Query & Search] [Auth: V1 + V2]
[Related: tasks_of_today, query_tasks, stale_tasks]
Multi-value filters accept either a list or a single string.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| before_dt | No | ||
| project_ids | No | ||
| project_names | No | ||
| folder_ids | No | ||
| folder_names | No | ||
| tags | No | ||
| text_query | No | ||
| limit | No |