autotask_search_tasks
Search Autotask tasks by title, project, status, or resource. Filter results with pagination support for up to 100 items per page.
Instructions
Search for tasks in Autotask. Returns 25 results per page by default. Use page parameter for more results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| searchTerm | No | Search term for task title | |
| projectID | No | Filter by project ID | |
| status | No | Filter by task status (1=New, 2=In Progress, 5=Complete) | |
| assignedResourceID | No | Filter by assigned resource ID | |
| page | No | ||
| pageSize | No | Results per page (default: 25, max: 100) |