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.
{- "items": [
- {
- "status": "Queued",
- "createdTime": 1730204346000,
- "startTime": 1730204346000,
- "statusTime": 1730204346000,
- "errorMessage": null,
- "jobId": 123
}
], - "nextCursor": "4zj0Vy2fo0NtNMb229mI9r1V3YG5NBL752kQz1cKtwo"
}