superchat_list_contact_conversations
Retrieve a paginated list of conversation threads for a contact across all channels. Use to view a contact's conversations, then access message history separately.
Instructions
List one page of conversation threads for a contact across its channels. Results are conversation records, not message history; use list_conversation_messages for messages 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. | |
| contact_id | Yes | Superchat contact ID whose conversation threads to list. |