Knowledge Graph Operations
get_graph_visualization
Retrieve nodes and links for visualizing a knowledge graph
Parameters
name
(str): Graph name.folder_name
(str | List[str], optional): Folder scope filter.end_user_id
(str, optional): End-user scope filter.
Returns
Dict[str, Any]
: JSON withnodes
andlinks
arrays ready for d3-force or similar libraries.