- Sync
- Async
Parameters
chat_id(str): Identifier of the conversation to retrieve.
Returns
List[Dict[str, Any]]: A list of message dictionaries in chronological order.
role– either"user"or"assistant"content– the original text of the messagetimestamp– ISO-8601 timestamp string
Example
- Sync
- Async

