ReferenceKnowledge quality

List merge candidates

Entities that look like duplicates but scored below the auto-merge threshold — "Jana Müller" and "Jana Mueller", for instance.

Confident matches (an exact email, domain or LinkedIn match) are merged automatically and never appear here. This queue is only the ambiguous middle band, where a human should decide.

GET
/api/v1/memory/coherence/candidates

Authorization

x-api-key<token>

A platform key (ck_live_…) — reaches every memory in the tenant.

In: header

Response Body

application/json

curl -X GET "https://example.com/api/v1/memory/coherence/candidates"
{  "candidates": [    {      "candidate_id": "string",      "left": {        "entity_id": "string",        "name": "string",        "type": "string",        "attributes": {},        "community_id": 0,        "centrality": 0.1,        "document_count": 0      },      "right": {        "entity_id": "string",        "name": "string",        "type": "string",        "attributes": {},        "community_id": 0,        "centrality": 0.1,        "document_count": 0      },      "similarity": 0.1    }  ]}
Was this page helpful?
Report an issue