Get all links for a memory item.
Requires authentication. SecureSmartMemory handles tenant isolation.
Path Parameters
item_id*Item Id
Query Parameters
memory_type?Memory Type
Response Body
application/json
application/json
curl -X GET "https://example.com/memory/string/links"null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Get Memory Health
Get user-scoped memory health summary. Returns overall health metrics including item counts by type, a health score, and any issues detected (orphaned or stale items). This is a user-facing endpoint - data is scoped to the authenticated user's tenant.
Get Memory
Retrieve a memory item by ID. Requires authentication and validates item ownership.