Get the results of a specific run of an entity matching pipeline.
Results of a pipeline run
The response for a bad request.
{- "status": "Completed",
- "createdTime": 1730204346000,
- "startTime": 1730204346000,
- "statusTime": 1730204346000,
- "errorMessage": null,
- "jobId": 123,
- "matches": [
- {
- "matchType": "model",
- "score": 0.98,
- "source": {
- "field": "value",
- "ignoredField": {
- "key": "value"
}
}, - "target": {
- "field": "value",
- "ignoredField": {
- "key": "value"
}
}
}
], - "suggestedRules": [
- {
- "matches": [
- {
- "sourceKeyField": "string",
- "targetKeyField": "string",
- "source": { },
- "target": { },
- "existingMatchType": "string",
- "consistentMatch": true
}
], - "inputPattern": "string",
- "predictPattern": "string",
- "numMatches": 14,
- "avgScore": 0.73,
- "matchIndex": [
- 1,
- 7
]
}
], - "generatedRules": [
- {
- "matches": [
- {
- "sourceKeyField": "string",
- "targetKeyField": "string",
- "source": { },
- "target": { },
- "existingMatchType": "string",
- "consistentMatch": true
}
], - "numConflicts": 3,
- "numOverlaps": 1
}
], - "errors": [
- "string"
]
}