curl --request GET \
--url https://{cluster}.cognitedata.com/api/v1/projects/{project}/context/entitymatching/pipelines/{pipelineId}/runs/{runId} \
--header 'Authorization: Bearer <token>'{
"status": "Completed",
"createdTime": 1730204346000,
"startTime": 1730204346000,
"statusTime": 1730204346000,
"jobId": 123,
"errorMessage": null,
"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>"
]
}Required capabilities:
entitymatchingAcl:READassetsAcl:READ
Get the results of a specific run of an entity matching pipeline.
curl --request GET \
--url https://{cluster}.cognitedata.com/api/v1/projects/{project}/context/entitymatching/pipelines/{pipelineId}/runs/{runId} \
--header 'Authorization: Bearer <token>'{
"status": "Completed",
"createdTime": 1730204346000,
"startTime": 1730204346000,
"statusTime": 1730204346000,
"jobId": 123,
"errorMessage": null,
"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>"
]
}Access token issued by the CDF project's configured identity provider. Access token must be an OpenID Connect token, and the project must be configured to accept OpenID Connect tokens. Use a header key of 'Authorization' with a value of 'Bearer $accesstoken'. The token can be obtained through any flow supported by the identity provider.
A server-generated ID for the object.
1 <= x <= 9007199254740991Contextualization job ID.
123
Results of a pipeline run
The status of the job.
Queued, Running, Completed, Failed "Completed"
The number of milliseconds since 00:00:00 Thursday, 1 January 1970, Coordinated Universal Time (UTC), minus leap seconds.
x >= 01730204346000
The number of milliseconds since 00:00:00 Thursday, 1 January 1970, Coordinated Universal Time (UTC), minus leap seconds.
x >= 01730204346000
The number of milliseconds since 00:00:00 Thursday, 1 January 1970, Coordinated Universal Time (UTC), minus leap seconds.
x >= 01730204346000
Contextualization job ID.
123
If the job failed, some more information about the error cause.
null
Show child attributes
Suggested rules based on matches
Show child attributes
Show child attributes
Errors that occurred during the pipeline run, if any.
Was this page helpful?