Docs · LLMs and developers
Version3.12.1Organization memory
Owner and admin routes for organization memory summaries and candidate review.
Organization memory routes power the organization Memory tab. They require owner or admin access.
Routes
| Method | Path | Purpose |
|---|---|---|
GET | /api/organizations/:id/memory | Return tier distribution, top activated memories, core-memory candidates, and total memory count. |
GET | /api/organizations/:id/members/:userId/memory | Return a redacted memory summary for an active organization member. |
PUT | /api/organizations/:id/memory/candidates/:weaviateId | Approve or reject an organization core-memory candidate. |
Summary fields
{
"success": true,
"memory": {
"tierDistribution": {
"episodic": 128,
"semantic": 42,
"core": 7
},
"topMemories": [],
"candidates": [],
"totalMemories": 177
}
}
The response reports memory tiers as aggregate organization state. It does not provide separate procedural, episodic, semantic, flashbulb, or core endpoints.