SmartMemory
GET
/memory/clustering/stats

Get clustering statistics for the workspace.

Returns information about entities, potential duplicates, and clustering history.

Returns:

  • total_entities: Total entities in workspace
  • potential_duplicates: Estimated number of duplicates
  • last_clustering_run: Timestamp of last clustering run
  • implemented: Always false — statistics gathering is not implemented yet; the counts above are placeholders, NOT real (empty) workspace data.

Response Body

application/json

curl -X GET "https://example.com/memory/clustering/stats"
null