get_conversation_history
Retrieve paginated message history for a conversation in DreamingAI to access complete interactions and maintain context.
Instructions
Get the message history for a specific conversation in DreamingAI
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| pageSize | No | Number of messages per page (default: 50) | |
| conversationId | Yes | ID of the conversation to get history for |