sendook_get_thread
Retrieve the full conversation thread with all messages in chronological order. Choose markdown or JSON output for complete context.
Instructions
Get a full conversation thread with all messages.
Returns the complete thread including all messages in chronological order. Useful for understanding the full context of a conversation.
Args: params: GetThreadInput containing: - inbox_id: Inbox containing the thread - thread_id: Thread to retrieve - response_format: 'markdown' or 'json'
Returns: str: Thread with all messages in requested format
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |