Translate a plain-English company, startup, investor, investment firm, or investment manager search into the canonical EntityFilter contract, execute the existing entity list engine, and return both the interpretation and ranked entity list page. Unsupported constraints are named in the interpretation instead of being silently ignored. Explicit filter fields are hard constraints: they override planner values, while the planner fills fields left unset. CLI: search natural entities `--query` 'AI infrastructure companies founded since 2020' `--size` 3. The query accepts plain English; `--size` limits the page, `--page` starts at 0, and `--year-founded-range-min` 2020 imposes a hard founding-year constraint. Use `--include-private` false for publicly visible results and search natural entities `--help` for all available flags.
Query parameters
permitMonogrambooleanOptional
When false, generated monogram logos are stripped from entity rows.
includePrivatebooleanOptional
Includes hidden or off-sitemap entities when the caller has private-visibility authority. Omit to use the caller’s default visibility.
pageintegerOptional>=0Defaults to 0
Zero-based page index (0..N)
sizeintegerOptional>=1Defaults to 40
The size of the page to be returned
sortlist of stringsOptional
Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
Request
This endpoint expects an object.
searchobjectRequired
Canonical plain-English search request and strategy.
filterobjectOptional
Explicit entity constraints. Caller-supplied fields override planner values; the planner fills only fields left at their canonical defaults.
Response
Ranked entity matches for the interpreted query.
interpretationobject
Structured interpretation used to run the entity list query.
resultobject
Entity list page returned by the canonical entity list engine.