Recall memories (hosted MemoryStore.recall)

Hosted fulfillment of the runtime MemoryStore seam. Runs the model-backed recall over the authenticated caller’s tenant-scoped profile bucket. Requires an Enterprise plan: ineligible accounts receive 403 (code BYOC_PLAN_REQUIRED).

Authentication

AuthorizationBearer
API key or Clerk session token

Request

This endpoint expects an object.
profileIdstringRequired1-256 characters
querystringRequired
optionsobjectOptional

Response

Recall result
answerstring
candidateslist of objects
countdouble

Errors

400
Bad Request Error
401
Unauthorized Error
402
Payment Required Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error
503
Service Unavailable Error