For AI agents: complete documentation index at /llms.txt. Full text at /llms-full.txt. Markdown version of any page available by appending .md to its URL.
Get memories for user
Get memories for user with pagination support.
POST
/
product
/
get_memory
{ "code": 0, "message": "<string>", "data": {}}
Body
application/json
mem_cube_id
string
required
Cube ID
user_id
string
User ID
include_preference
boolean
default: true
Whether to handle preference memory
page
number
Page number (starts from 1). If None, exports all data without pagination.
page_size
number
Number of items per page. If None, exports all data without pagination.