Semantic Search
Run a semantic search using natural language and contextual filters. Supports citation formatting.
Request
This endpoint expects an object.
query
The natural language query to search for relevant content.
context_filter
Filters to narrow the search context (collections, artifacts, metadata).
format
Format of the result content.
'default' returns standard content blocks.
'citations' returns blocks annotated for citation formatting.
Allowed values:
Response
This endpoint returns an object.
content
List of content blocks generated by the tool. Blocks can include plain text, citations, source attributions, or images.
is_error
True if the tool encountered an error during execution.
Errors
401
Unauthorized
422
Unprocessable Entity

