/queryStandard Traverse
| Field | Type | Required | Constraints | Description |
|---|---|---|---|---|
type | string | Yes | "traverse" | — |
node_id | integer (u64) | Yes | — | Starting node. |
depth | integer | Yes | 0-100 | Maximum traversal depth. |
Filtered Traverse
Include only edges above a minimum weight, and optionally limit to the K highest-weight results:| Field | Type | Required | Description |
|---|---|---|---|
min_weight | integer (i64) | Yes | Minimum edge weight to include. |
top_k | integer | No | If set and > 0, return only the K highest-weight edges. Edges are sorted by weight descending before truncation. Omit or set to 0 for no limit. |
Response
found is false, diagnostic explains why (e.g. node_not_found).