june_enumerate
Retrieve all nodes matching a predicate (terms, regex, node types, subtype) for complete lists, not just top results. Useful for aggregation queries like listing all customers or incidents.
Instructions
Exhaustive structured retrieval: return EVERY node matching a predicate (terms / regex / node_types / subtype) — not a top-k slice. Use for aggregation questions like 'list ALL customers/incidents/…' where june_search's ranked window could miss members; then reason over the complete list. Returns all matches up to cap (default 500).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cap | No | ||
| regex | No | ||
| terms | No | ||
| subtype | No | ||
| node_types | No |