Chat & Conversation Management
get_chat_history
Fetch the full message history for a specific chat conversation
Parameters
chat_id
(str): Identifier of the conversation to retrieve.
Returns
List[Dict[str, Any]]
: A list of message dictionaries in chronological order.
Each message dictionary contains:
role
– either"user"
or"assistant"
content
– the original text of the messagetimestamp
– ISO-8601 timestamp string