get http://localhost:9100/api/versioned/v1/projects//estimatedPairCounts
After you generate an estimated pair count for a specified mastering project, you can retrieve the results with this endpoint.
On success, returns new-line delimited JSON objects for the clauses and terms in the blocking model.
Key | Value Description |
---|---|
isUpToDate | A Boolean value describing whether an estimate pairs job has been run since the last edit to the blocking model. |
totalEstimate | The total number of estimated candidate pairs and generated pairs for the model across all clauses. |
clauseEstimates | A list of clauses, where each item in the list includes the clause name, the candidate pair count, and the generated pair count. |