gorelo_list_ticket_comments
List comments on a ticket using cursor pagination. Filter by conversation type or conversation ID to view comments from a specific conversation, ordered oldest-first.
Instructions
List the comments on a ticket, cursor-paginated, oldest-first by default. Filter from broadest to narrowest: nothing for every comment, conversationType alone to select a kind, or conversationType with conversationId for one specific conversation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | ||
| sortBy | No | ||
| pageSize | No | ||
| ticketId | Yes | ||
| sortOrder | No | ||
| conversationId | No | ||
| conversationType | No |