AchiralAchiral

Docs · LLMs and developers

Reviewed2026-07-07Version3.12.1

Organization 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

MethodPathPurpose
GET/api/organizations/:id/memoryReturn tier distribution, top activated memories, core-memory candidates, and total memory count.
GET/api/organizations/:id/members/:userId/memoryReturn a redacted memory summary for an active organization member.
PUT/api/organizations/:id/memory/candidates/:weaviateIdApprove 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.