Search Get Legacy

Deprecated

Legacy GET search endpoint for backwards compatibility.

DEPRECATED: This endpoint uses the old schema. Please migrate to POST with the new SearchRequest format for access to all features.

Authentication

x-api-keystring
API Key authentication via header

Path Parameters

readable_idstringRequired
The unique readable identifier of the collection to search

Headers

X-Framework-NamestringOptional
X-Framework-VersionstringOptional

Query Parameters

querystringRequired
The search query text to find relevant documents and data
response_typeenumOptional

Format of the response: ‘raw’ returns search results, ‘completion’ returns AI-generated answers

Allowed values:
limitintegerOptional1-1000Defaults to 100
Maximum number of results to return
offsetintegerOptional>=0Defaults to 0
Number of results to skip for pagination
recency_biasdouble or nullOptional0-1

How much to weigh recency vs similarity (0..1)

Response

Successful Response
resultslist of maps from strings to any
Array of search result objects
response_typeenum

Indicates whether results are raw search matches or AI-generated completions

Allowed values:
statusenum
Status of the search operation
Allowed values:
completionstring or null

AI-generated natural language answer when response_type is ‘completion’

Errors