Semantic Search
Parameters
| Parameter | Required | Description |
|---|---|---|
projectId | Yes | The project to search |
q | Yes | Natural language search query |
type | No | Filter results by node type |
limit | No | Max results (default 5, max 20) |
Example
Response
ancestors array shows the full lineage from the node to the root goal, ordered from immediate parent to root.
When to use Search
Search is the default operation. Use it before creating nodes to avoid duplicates and to find the right placement.

