GET

/api/im/memory/conflicts

List unresolved sync conflicts

Lists unresolved sync conflicts (fork policy — Design 14d §7.2) for the

caller's memory files. Cloud-only deployments (no local DB) return 503.

No code sample available for this language

Response Example

{
  "ok": true,
  "data": [
    {
      "id": "conflict_abc123",
      "memoryId": "mem_xyz",
      "path": "patterns/timeout.md",
      "localVersion": 4,
      "remoteVersion": 5,
      "detectedAt": "2026-04-10T10:22:00Z"
    }
  ]
}

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test