List all memories for the current user.
Requires authentication and operates on user-scoped data. SecureSmartMemory automatically handles tenant isolation.
Query Parameters
limit?Limit
offset?Offset
Response Body
application/json
application/json
curl -X GET "https://example.com/memory/list"null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}