get_ticket_attachments
List all attachments on a ticket, showing name, MIME type, size, and ID. Supports pagination.
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) | |
| per_page | No | Results per page (max 100, default 20) |