query_notes
Query notes across projects and folders with text search, regex patterns, and date filters. Filter by project or folder scope to find specific notes.
Instructions
Query notes with folder/project scope and grep-like content search.
[Category: Query & Search] [Auth: V1 + V2]
[Related: query_tasks, workspace_map, get_project_tasks]
Multi-value filters accept either a list or a single string.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_ids | No | ||
| project_names | No | ||
| folder_ids | No | ||
| folder_names | No | ||
| text_query | No | ||
| keyword_mode | No | any | |
| regex | No | ||
| exclude_regex | No | ||
| search_fields | No | ||
| created_from | No | ||
| created_to | No | ||
| modified_from | No | ||
| modified_to | No | ||
| limit | No | ||
| sort_by | No | modifiedTime | |
| descending | No |