Get Edge
Path parameters
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.