Get Entity Edges for a node

Deprecated

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

node_uuidstringRequired
Node UUID

Response headers

Zep-TruncatedstringOptional

Present with value true when the internal cap reduced the result set; absent when the response is complete.

Response

Edges
created_atstring
Creation time of the edge
factstring
Fact representing the edge and nodes that it connects
namestring
Name of the edge, relation name
source_node_uuidstring
UUID of the source node
target_node_uuidstring
UUID of the target node
uuidstring
UUID of the edge
attributesmap from strings to anyOptional
Additional attributes of the edge. Dependent on edge types
episodeslist of stringsOptional
List of episode ids that reference these entity edges
expired_atstringOptional
Datetime of when the node was invalidated
invalid_atstringOptional
Datetime of when the fact stopped being true
relevancedoubleOptional

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).

scopestringOptional

Scope of the edge (e.g. “entity”, “maybe_related”)

scoredoubleOptional

Score is the reranker output: sigmoid-distributed logits [0,1] when using cross_encoder reranker, or RRF ordinal rank when using rrf reranker

selection_rankintegerOptional

SelectionRank is the global cross-scope rank assigned by auto scope selection.

source_node_labelslist of stringsOptional

SourceNodeLabels are the labels of the source node at read time. Same read-time-projection semantics as SourceNodeName.

source_node_namestringOptional

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.

target_node_labelslist of stringsOptional

TargetNodeLabels are the labels of the target node at read time. Same read-time-projection semantics as SourceNodeName.

target_node_namestringOptional

TargetNodeName is the name of the target node at read time. Same read-time-projection semantics as SourceNodeName.

valid_atstringOptional
Datetime of when the fact became true

Errors

400
Bad Request Error
500
Internal Server Error