Get latest pipeline run results

Get the results of the latest 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.

query Parameters
includeSkipped
boolean
Default: false

Whether to include skipped runs

Responses
200

Run job for a pipeline

400

The response for a bad request.

get/context/entitymatching/pipelines/{pipelineId}/runs/latest
Request samples
Response samples
application/json
{
  • "status": "Queued",
  • "createdTime": 0,
  • "startTime": 0,
  • "statusTime": 0,
  • "errorMessage": null,
  • "jobId": 123
}