Get pipeline run results

Get the results of a specific run of an entity matching pipeline.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
path Parameters
pipelineId
required
integer <int64> (CogniteInternalId) [ 1 .. 9007199254740991 ]

A server-generated ID for the object.

runId
required
integer <int64> (JobId)

Contextualization job ID.

Example: 123
Responses
200

Results of a pipeline run

400

The response for a bad request.

get/context/entitymatching/pipelines/{pipelineId}/runs/{runId}
Request samples
Response samples
application/json
{
  • "status": "Completed",
  • "createdTime": 0,
  • "startTime": 0,
  • "statusTime": 0,
  • "errorMessage": null,
  • "jobId": 123,
  • "matches": [
    • {
      }
    ],
  • "suggestedRules": [
    • {
      }
    ],
  • "generatedRules": [
    • {
      }
    ],
  • "errors": [
    • "string"
    ]
}