Knowledge Graph Operations
check_workflow_status
Poll the status of an asynchronous graph build/update workflow
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 asresult
may be included when finished.