User GuidesAPI ReferenceRelease Notes
Doc HomeHelp CenterLog In
API Reference

Retrieve Estimated Pairs Count

Get the estimated counts of record pairs for each binning model clause

Once an estimated pair count has been generated, the count can be retrieved with this endpoint. It returns new-line delimited JSON for each of the clauses and terms in the Binning Model.

Response Fields

FieldDescription
isUpToDateA boolean value describing whether an estimate pairs job has been run since the last edit to the binning model.
totalEstimateThe total number of estimated candidate pairs and generated pairs for the model across all clauses.
clauseEstimatesA list of clauses, where each item in the list includes the clause name, the candidate pair count, and the generated pair count.
Language