search_tasks
Find tasks by title, date range, or owner ID. Apply filters for targeted results with AND logic.
Instructions
Search for tasks by title, date range, or owner.
Provide at least one filter for targeted results. Filters are combined with AND logic. With no filters, returns a paginated list of recent tasks. Date params use YYYY-MM-DD format. Use list_users to find valid owner_id values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| created_from | No | ||
| created_to | No | ||
| updated_from | No | ||
| updated_to | No | ||
| starting_from | No | ||
| starting_to | No | ||
| owner_id | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |