autotask_search_ticket_attachments
Search for attachments on a specific ticket. Input the ticket ID to return a list of attached files.
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 |