v1

latestOpenAPI 3.1.02026-07-26327152.4 KB
Memory

Get all records

Returns all of a user's memory records, identified by userReferenceId and botId.

post/v2/memory/users/get-all

Request body

userReferenceIdstring required

External reference identifier of the user.

botIdstring required

Identifier of the bot associated with the memory.

Response

Records retrieved successfully.

statusstring
messagestring
dataobject

Map of key to stored value.

Example response

{
  "status": "success",
  "message": "Records retrieved successfully"
}