get_ticket_attachments
Retrieve all attachments (files and inline images) from a ticket's comment thread, including content type, size, filename, and download URL. Use this to identify attachments before analyzing images or documents.
Instructions
List every attachment across a ticket's comment thread (files and inline images). Use this to discover what's attached before deciding to call analyze_ticket_images or analyze_ticket_documents. Each attachment includes content_type, size, filename, and a content_url for downloading.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Ticket ID |