Documentation Index
Fetch the complete documentation index at: https://databridge-add-core-funcs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- 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

