Skip to main content
POST
Get all records

Description

Returns all of a user’s memory records, identified by their userReferenceId and the associated botId.

Endpoint

Body parameters

userReferenceId
string
required
The user’s external reference identifier.
botId
string
required
Identifier of the bot associated with the memory.

Authentication

Every request must include the x-api-key header with an API key that has the memory:read scope.

Request example

cURL

Responses

Response example

Authorizations

x-api-key
string
header
required

API key del proyecto de Jelou

Body

application/json
userReferenceId
string
required

External reference identifier of the user.

botId
string
required

Identifier of the bot associated with the memory.

Response

Records retrieved successfully.

status
string
Example:

"success"

message
string
Example:

"Records retrieved successfully"

data
object

Map of key to stored value.