Get Chat History
flowise_get_chat_historyRetrieve chat message history for a specific flow, enabling review of past interactions and debugging of conversations.
Instructions
Retrieve chat message history for a specific flow.
This tool gets the conversation history from a chatflow or agentflow, useful for reviewing past interactions or debugging.
Args: params: Input containing flow_id, optional session_id, limit, and response_format.
Returns: List of chat messages with timestamps and content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |