Skip to main content
POST
/query
Authentication: Required (if enabled) BFS traversal from a starting node. Optionally filter by minimum edge weight.

Standard Traverse

Filtered Traverse

Include only edges above a minimum weight, and optionally limit to the K highest-weight results:
Use min_weight: 10 to traverse only stable edges — connections reinforced by at least 10 independent signals. This aligns with the stability threshold used by Developmental Stages.

Response

When found is false, diagnostic explains why (e.g. node_not_found).

Examples

Last modified on March 1, 2026