List ticket comments
zendesk_list_ticket_commentsList the comments (public replies and internal notes) on a ticket, oldest first. Zendesk REST: GET /tickets/{id}/comments.json.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric ticket id (required). | |
| page | No | Page number for offset pagination. | |
| per_page | No | Records per page (max 100). |