Search
Search verified knowledge and get back a sourced, prose answer. Best when you have a question and want a researched narrative with citations — not a list of entities.
Returns markdown content with explainability, source citations, and matching entities.
Input can be natural language or Dot-Notation Syntax — both work the same here, only the output
shape differs from knowledge_query.
Dot-Notation Syntax lets you express filters and structure directly:
-
.navigates entity/topic → attribute → nested facet (e.g.companies.industry) -
=!=><>=<=filter a facet -
AND/ORcombine multiple values of the same field (e.g.investors=A AND B,series=A OR B); chain different fields with. -
order_by=field ASC|DESCandlimit=Nsteer which results surface, not just their order -
return(f1, f2, ...)focuses the answer on specific fields (a strict field projection onknowledge_query) -
Clauses can appear in any order
-
Numeric fields may come back as approximate strings (e.g. “over 100M”, “~206,753”) — synthesize, don’t treat as exact
Examples:
{"input": "Who founded Anthropic and what is their background?"}
{"input": "people.role=CEO.company.industry=renewable_energy"}
{"input": "What regulations affect fintech companies in the EU?"}
Use this when: You want a sourced, prose answer to a question.
NOT for: A structured list of matching entities — use knowledge_query instead (same input,
different output). NOT for: Looking up one specific entity by name — use entity_search.
Authorizations
Body
Natural language question or Dot-Notation Syntax (e.g. "companies.industry=fintech.founded_year>=2020"). Dot-Notation Syntax is not a strict grammar — there is no syntax to get wrong. An empty or fallback result means no match, not a syntax error.
"Who founded Anthropic and what is their background?"
Whether to generate explainability for the answer.
true
Whether to return the entities identified in the answer.
true
Response
Successful Response
The answer to the user's input with the reasoning steps and the context that support the answer.
A succinct answer to the user's input in Markdown format.
"**Altano Energy (Spain)** — Madrid-based, developing renewable energy projects across Spain. Altano secured €60M Series C in 2025 from M&G Investments and Pioneer Point Partners."
A list of reasoning steps to get to that answer.
A list of facts that support the answer.
Entities identified in the answer.