Get entity relationship graph as flat nodes and edges
Retrieves the entity relationship graph as a flat nodes-and-edges structure, suitable for frontend visualization tools such as React Flow, Vis.js, and Cytoscape.
Path parameters
Query parameters
Maximum traversal depth for relationship resolution. Clamped between 1 and 6.
When true, each graph node includes a data object containing the entity's property values. Defaults to false.
Specifies the traversal mode for the entity graph. Defaults to DIRECT_LINEAGE.
When provided, only relations whose name matches one of the listed values are traversed and included. Omit to include all relations.
When provided, each node's data object is restricted to the listed property names. Requires include_data=true to have any effect. Omit to include all properties.
Response
Flat entity graph successfully retrieved