get_ticket_comments
Retrieve a ticket's complete comment thread and event history in one call, without marking messages as read. Use for polling ticket activity without affecting unread badges.
Instructions
The discussion on a ticket, as two lists: comments — the thread, oldest first — and events, the activity history the web app draws alongside it (moves, field edits, who did what and when). The whole thread comes back in one call; there is no paging and no cursor, so a very long one is simply long. Reading is free of side effects: it does NOT mark the thread as read or clear anyone's unread badge, so polling this to follow a ticket cannot make a teammate think their comment has been seen. A ticket you cannot open is a 404, the same 404 a ticket that never existed gives.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_uuid | Yes |