list_attachments
List all attachments on a Freshdesk ticket, including files in conversation replies, to discover attachment IDs needed for text extraction or image queries.
Instructions
List all attachments on a Freshdesk ticket including files in conversation replies. Returns attachment id, name, content_type and size in bytes. Always call this before get_attachment_text, query_attachment or find_image_attachments to discover attachment IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticket_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticket_id | Yes | ||
| attachments | Yes |