Predicts entity matches using a trained model. Note: 'assetsAcl:READ' capability is required unless both sources
and targets
are specified in the request. Also note that the header of a successful response contains a X-Job-Token
which allows to fetch the result of the job at /context/entitymatching/jobs/{jobId}
without requiring 'assetsAcl:READ'.
Success
The response for a failed request.
{- "externalId": "my.known.id",
- "sources": [
- {
- "id": 10,
- "name": "a_name",
- "field": "value",
- "ignoredfield": {
- "key": "value"
}
}
], - "targets": [
- {
- "id": 6,
- "name": "some_name",
- "somefield": "value",
- "ignoredfield": {
- "key": "value"
}
}
], - "numMatches": 3,
- "scoreThreshold": 0.7
}
{- "jobId": 123,
- "status": "Queued",
- "createdTime": 1730204346000,
- "startTime": 1730204346000,
- "statusTime": 1730204346000,
- "errorMessage": null
}