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
workflow_id(str): Identifier returned when the graph build/update was started.run_id(str, optional): For multi-run workflows, specify a particular run.
Returns
Dict[str, Any]: At minimum containsstatus("running","completed"or"failed"). Additional keys such asresultmay be included when finished.

