autotask_search_tasks
Search and filter tasks in Autotask by title, project, status, or assigned resource with pagination controls for efficient task management.
Instructions
Search for tasks in Autotask. Returns 25 results per page by default. Use page parameter for more results.
Input Schema
TableJSON 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 | Page number for pagination (default: 1) | |
| pageSize | No | Results per page (default: 25, max: 100) |