Recall memory
Memory
Recall memory
Search memory with a natural-language query and get ranked hits, confidence, and usage.
POST
Recall memory
This is the REST version of
Response —
tex.recall. Use it before generation to get the memory your model should read. For mode, top_k, and confidence, see Recall and ranking.
Headers
Body
Your org id. Minimum length is 1 character. The server still uses the JWT’s
org_id claim for tenancy; this field is required for request validation.Session to search. Optional. Falls back to the JWT’s
session_id.Natural-language query.
min_length=1.Retrieval depth. See Recall and ranking.
Hits to return across all kinds. Defaults to 15 (active) / 25 (deep). Request validation accepts
1 <= top_k <= 50; runtime caps the final value at 30.Attach a chronological summary string to the response.
Response — 200
Ranked raw turns.
Atomic facts.
Linked entities. Each entity has
{id?, label, score}. This is different from turns and observations.Calibrated [0, 1].
Pre-rendered chronological summary, set only when
include_timeline=true.Echoes request mode.
{tokens_in, tokens_out} for this call.Hit fields
Example
Response

