autotask_search_company_notes
Retrieve notes for a company by providing its ID. Avoid API rate limits by scoping searches to individual companies rather than iterating over many.
Instructions
Search for notes on a specific company. Iterating across many companies trips Autotask's API threshold — scope the parent list first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| companyId | Yes | The company ID to search notes for | |
| pageSize | No | Number of results to return (default: 25, max: 100) |