get_ticket_history
Retrieve the full transaction history for a specific ticket, including comments, replies, and status changes, to track all activity and updates.
Instructions
Get the transaction history for a ticket. Returns a list of transactions (comments, replies, status changes, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Ticket ID | |
| page | No | Page number (default 1) | |
| fields | No | Comma-separated list of extra fields to include | |
| per_page | No | Results per page (max 100, default 20) |