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
Headers
Path Parameters
Response
200
application/json
Successful Response
The response is of type any
.