analytics

Get item analytics statistics

Returns aggregated item analytics for the authenticated business: duplicate %, similarity distribution, new items timeline, documentation availability, review status timeline, and active/passive breakdown.

get/analytics/items/stats

Query parameters

daysinteger

Number of days for timelines (default 30, max 90)

Response

OK

duplicate_erp_recordsinteger
duplicate_itemsinteger
duplicate_percentnumber

DuplicatePercent: % of ERP records that matched to items (duplicate detection).

merged_documents_countinteger

MergedDocumentsCount: total source documents contributing to merged items.

merged_items_countinteger

MergedItemsCount: number of items linked to more than one source document.

similar_itemsinteger
similar_thresholdnumber

SimilarThreshold: the minimum similarity score used for counting similar items. Defaults to 0.8 but may be overridden per business.

similarity_classesobject

SimilarityClasses: per-class item counts for tenants on the classified similarity taxonomy (duplicate, interchangeable_variant, superseded, product_variant, related_parts, component_of). When present the frontend renders one tile per class instead of the legacy duplicate/similar pair.

total_erp_recordsinteger
total_itemsinteger

Changes