traverse
Follow explicit links from a record up to four hops deep to discover related records, see shortest paths, and preview each result. Filter by relationship types or collections and cap node count.
Instructions
Walk explicit links breadth-first up to max_depth (1–4) hops from one record in a single call, e.g. person -> applications -> openings/interviews -> feedback. Returns each reached record's preview, depth and shortest path (relationship types, directions and titles), plus the relationships walked. relationship_types restricts which exact link types are followed; collection_id filters which records are returned without blocking routes through other collections. max_nodes 1–200 caps reached records; truncated flags mean limits were hit. Includes archived records. Reading does not authorize writes: resolve records before mutating them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| direction | No | both | |
| max_depth | No | ||
| max_nodes | No | ||
| collection_id | No | ||
| start_record_id | Yes | ||
| relationship_types | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||