autotask_search_project_notes
Search notes on a specific project by providing its ID. Avoid API rate limits by scoping to one project at a time.
Instructions
Search for notes on a specific project. Fan-out across many projects trips Autotask's API threshold (see issue #69) — scope the parent list (status, company, date range) first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The project ID to search notes for | |
| pageSize | No | Number of results to return (default: 25, max: 100) |