Get Entity Edges for a node
Deprecated. Use edge listing with filters.connected_node_uuids, or the neighbors endpoint (POST /graph/node/{node_uuid}/neighbors), instead. Returns all edges for a node, subject to an internal cap; responses reduced by that cap set the Zep-Truncated header.
Path parameters
Response headers
Present with value true when the internal cap reduced the result set; absent when the response is complete.
Response
Relevance is an experimental rank-aligned score in [0,1] derived from Score via logit transformation. Only populated when using cross_encoder reranker; omitted for other reranker types (e.g., RRF).
Scope of the edge (e.g. “entity”, “maybe_related”)
Score is the reranker output: sigmoid-distributed logits [0,1] when using cross_encoder reranker, or RRF ordinal rank when using rrf reranker
SelectionRank is the global cross-scope rank assigned by auto scope selection.
SourceNodeLabels are the labels of the source node at read time. Same read-time-projection semantics as SourceNodeName.
SourceNodeName is the name of the source node at read time. It is a read-time projection of current node state, not a stored edge attribute: a subsequent node rename is reflected on the next read. Omitted (the edge is still returned) if the source node cannot be resolved, for example if it was deleted concurrently.
TargetNodeLabels are the labels of the target node at read time. Same read-time-projection semantics as SourceNodeName.
TargetNodeName is the name of the target node at read time. Same read-time-projection semantics as SourceNodeName.