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
operation_type(str, optional): Filter by operation (e.g."query","ingest").since(datetime | str, optional): Only return records newer than this timestamp (ISO string ordatetime).status(str, optional): Filter by"success"or"error".
Returns
List[Dict[str, Any]]: Each record includestimestamp,operation_type,tokens_used,duration_ms, andstatus.

