Use this file to discover all available pages before exploring further.
POST /openapi/memorylake/api/v1/projects/{id}/search
Searches across everything the project knows — both the ingested document content and the accumulated conversation memories — and returns the matches grouped by source. A single query surfaces the full picture, which is what you typically want in a chat assistant that grounds answers on documents and personalizes them with memories.
Items in documents and memories have the same shapes as Search Documents and Search Memories respectively — the relevant request knobs (top_n, threshold) carry the same meaning here.
Maximum number of results to return, 1–1000. Applied to both document and memory matches — e.g. top_n=10 yields up to 10 documents and up to 10 memories.
Either list can be empty if no matches cross the threshold. Treat documents and memories independently — they’re just two lookups returned together for convenience.