autotask_search_ticket_attachments
Retrieve all attachments linked to a ticket using its ID. Adjust the number of results returned with the page size parameter.
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 |
|---|---|---|---|
| pageSize | No | Number of results to return (default: 10, max: 50) | |
| ticketId | Yes | The ticket ID to search attachments for |