List runs for an entity matching pipeline.
This endpoint returns run summaries. If you want to get the complete results for a single run, use the run results get endpoint.
List of pipeline runs
The response for a bad request.
curl -i -X GET \ 'https://api.cognitedata.com/api/v1/projects/publicdata/context/entitymatching/pipelines/{pipelineId}/runs?limit=100&cursor=4zj0Vy2fo0NtNMb229mI9r1V3YG5NBL752kQz1cKtwo' \ -H 'Authorization: Bearer <YOUR_OpenID Connect or OAuth2 token_HERE>'
{- "items": [
- {
- "status": "Queued",
- "createdTime": 1730204346000,
- "startTime": 1730204346000,
- "statusTime": 1730204346000,
- "errorMessage": null,
- "jobId": 123
}
], - "nextCursor": "4zj0Vy2fo0NtNMb229mI9r1V3YG5NBL752kQz1cKtwo"
}