report-ai
customer-profiles

List Duplicate Clusters

Open pairs of one tier, closed transitively into review decisions.

One tier per request, never mixed: an exact component and a strong one joined together would be a cluster nobody can act on, because half of it is safe to merge and half needs a person to look.

The closure is computed once and paged in memory. Unlike the pair queue it cannot be paged in SQL — a component is only known once every pair has been walked — so _CLUSTER_COUNT_MAX bounds it and the count says so.

get/api/v1/report-ai/customer-profiles/duplicate-clusters

Query parameters

tierstring
cursorstring nullable

Response

Successful Response

next_cursorstring nullable required
open_countinteger required
last_detected_atstring date-time nullable required

Changes

Changed in 1 of the 5 revisions of this API.2

    • added the optional property // to the response with the status

      response-optional-property-added

    • added the optional property // to the response with the status

      response-optional-property-added

    This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog