autotask_search_tasks
Search for Autotask tasks using filters like status, project, assigned resource, or title. Control results per page and paginate through multiple pages.
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 |
|---|---|---|---|
| page | No | ||
| status | No | Filter by task status (1=New, 2=In Progress, 5=Complete) | |
| pageSize | No | Results per page (default: 25, max: 100) | |
| projectID | No | Filter by project ID | |
| searchTerm | No | Search term for task title | |
| assignedResourceID | No | Filter by assigned resource ID |