v1

latestOpenAPI 3.1.02026-07-26327152.4 KB
Memory

Get one record

Returns a single memory record of a user by key, identified by userReferenceId and botId.

post/v2/memory/users/find-one

Request body

userReferenceIdstring required

External reference identifier of the user.

botIdstring required

Identifier of the bot associated with the memory.

keystring required

Key of the record to retrieve.

Response

Record retrieved successfully.

statusstring
messagestring
{"stackTrail":"paths:/v2/memory/users/find-one:post:responses:200:content:application/json:schema:properties:data","oasType":"schema","type":"unknown","description":"The stored value for the requested key. Any JSON type."}

Example response

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