Skip to main content
POST
Search facts and documents together

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Validates a POST /v1/recall/search body: the unified retrieval endpoint over the caller's personal scope, the workspace, and every collection in it, or over exactly the collections named in collection.

query
string
required
Maximum string length: 2000
collection
string[] | null

Omit it to blend every collection in the workspace; pass a collection slug, or a list of slugs, to read only those plus the caller's own personal memory. A slug the workspace does not have is rejected, never ignored.

Maximum string length: 255
user_ref
string | null
Maximum string length: 255
limit
integer | null
Required range: 1 <= x <= 50

Response

data
any[]
required