document

Get Document Chat History

Retrieve the message history for a document chat conversation.

Args: chat_id: Identifier of the document chat conversation. auth: Authentication context used to verify access to the conversation. redis: Redis connection where chat messages are stored.

Returns: A list of message dictionaries or an empty list if no history exists.

get/document/chat/{chat_id}

Path parameters

chat_idstring required

Headers

authorizationstring

Response

Successful Response

{"stackTrail":"paths:/document/chat/{chat_id}:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes