superchat_list_conversation_notes
List internal team notes for a conversation, one page at a time, with cursor-based pagination. Get team-only context separate from customer messages.
Instructions
List one page of internal notes attached to a conversation. These notes are visible to the team, not customer messages; use list_conversation_messages for message history when Enterprise access is enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Fetch the page after this cursor; pass pagination.next_cursor from a previous result. | |
| limit | No | Number of records in this page, from 1 to 100. Defaults to 25; the tool never fetches later pages automatically. | |
| before | No | Fetch the page before this cursor; pass pagination.previous_cursor from a previous result. Cannot be combined with after. | |
| conversation_id | Yes | Conversation ID whose internal notes to list. |