API Reference
Get Chat History
Retrieve the message history for a chat conversation.
Args: chat_id: Identifier of the conversation whose history should be loaded. auth: Authentication context used to verify access to the conversation. redis: Redis connection where chat messages are stored.
Returns:
A list of :class:ChatMessage
objects or an empty list if no history
exists.
GET
Headers
Path Parameters
Response
200
application/json
Successful Response
The response is of type object[]
.