get_ticket_attachments
Retrieve all attachments on a ticket by providing its ID. Get names, MIME types, sizes, and IDs in one response.
Instructions
List all attachments on a ticket (names, MIME types, sizes, IDs)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Ticket ID | |
| page | No | Page number (default 1) | |
| fields | No | Comma-separated fields to include. Replaces the default (Filename,ContentType,ContentLength,Subject) rather than adding to it. | |
| per_page | No | Results per page (max 100, default 20) |