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
Changes
Changed in 3 of the 13 revisions of this API.112
- ●
removed the optional property
errorDescriptionfrom the response with the404statusresponse-optional-property-removed
- ○
added the optional property
error_descriptionto the response with the404statusresponse-optional-property-added
- ●
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 17 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲