autotask_search_ticket_history
Retrieve the audit trail of field changes for a ticket, including status transitions, assignment changes, and priority edits. Use it to track when and who made specific changes.
Instructions
Get the audit trail of field changes for a ticket (status transitions, assignment changes, priority edits, etc.). Use this to answer questions like "when did this ticket move from In Progress to Waiting Customer" or "who changed the priority". Returns entries ordered by Autotask; sort/filter client-side if needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageSize | No | Number of history entries to return (default: 50, max: 500) | |
| ticketId | Yes | The ticket ID to get history for (required — Autotask does not support unscoped history queries) |