autotask_search_ticket_attachments
Retrieve attachments for a specific ticket by providing its ID. Optionally set page size to limit results.
Instructions
Search for attachments on a specific ticket. Each parent triggers a separate query — scope the parent ticket list before iterating.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticketId | Yes | The ticket ID to search attachments for | |
| pageSize | No | Number of results to return (default: 10, max: 50) |