query_agenda
Retrieve tasks and events scheduled within a specific date and time range. Filter by project, folder, tags, priority, and more to find exactly what you need.
Instructions
Query scheduled items inside a date/time window.
[Category: Query & Search] [Auth: V1 + V2]
[Related: query_tasks, get_all_tasks, get_project_tasks]
Multi-value filters accept either a list or a single string.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_dt | Yes | ||
| to_dt | Yes | ||
| date_field | No | scheduled | |
| project_ids | No | ||
| project_names | No | ||
| folder_ids | No | ||
| folder_names | No | ||
| tags | No | ||
| tag_mode | No | any | |
| text_query | No | ||
| keyword_mode | No | any | |
| regex | No | ||
| exclude_regex | No | ||
| search_fields | No | ||
| time_from | No | ||
| time_to | No | ||
| timed_only | No | ||
| all_day | No | ||
| min_priority | No | ||
| priorities | No | ||
| has_reminders | No | ||
| is_recurring | No | ||
| has_checklist | No | ||
| parent_only | No | ||
| subtasks_only | No | ||
| limit | No | ||
| sort_by | No | dueDate | |
| descending | No |