v3

latestOpenAPI 3.0.02026-07-31800117.7 KB
Capabilities

memories.recall

Recall task-relevant long-term memories just in time for an agent task.

post/capabilities/memories.recall

Request body

intent'categorization' | 'document_policy' | 'integration' | 'approval' | 'routing' | 'user_preference' | 'workflow' required

Task intent that determines which memory kinds are relevant.

querystring

Current user request or focused search text.

merchantstring

Known merchant/vendor to match memory against.

documentIdsstring[]

Known document IDs relevant to this task.

kindsstring[]

Optional explicit memory kinds to recall. Omit to use the intent defaults.

limitinteger

Response

Successful response

successboolean
codeinteger

Example response

{
  "success": true,
  "code": 200
}