List ticket conversations
freshdesk_list_ticket_conversationsList the conversations (replies and notes) on a ticket. Freshdesk REST: GET /tickets/{id}/conversations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ticket id. | |
| page | No | Page number for pagination (1-based). | |
| per_page | No | Results per page (1-100, max 100, default 30). |