get http://localhost:9100/api/versioned/v1/projects//results/
Returns a stream of record match results.
For a specified project and operation, and assuming the operation has finished running, this endpoint returns the results of a bulk match post (as suggestedLabel), with additional data about the records ingested, the records to match against, similarity scores for each attribute, and whether the resulting pair is considered high impact.
Tip: If the bulk match operation is still running, you receive a 404 error.
On success, returns a list of all results. The information in the results differs based on whether the match was against records or clusters.
- For records, returns all pairs containing the new record and their results.
- For clusters, returns all clusters the records matched against.