autotask_search_ticket_attachments
Search for attachments on a specific ticket by providing its ID. Returns attachment names and download URLs.
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) |