- 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.

