Browse memory-vs-memory and memory-vs-document conflicts in a project
GET /openapi/memorylake/api/v2/projects/{id}/memories/conflicts
When a new memory is added, MemoryLake checks it against two things: the project’s existing memories, and the project’s documents. If the new memory contradicts either one, the contradiction is recorded as a conflict. There are two kinds:
m2m — memory vs memory: the new memory contradicts an existing memory.
m2d — memory vs document: the new memory contradicts content in a project document.
Use this endpoint to surface conflicts to end users (“review unresolved conflicts”), or to fetch conflicts tied to specific memories you’re about to display.
For the full breakdown of a single conflict — including the nested resolution record when it’s been resolved and document excerpts for m2d cases — call Get Memory Conflict.