List entity matching pipelines.
List of pipelines
The response for a bad request.
{- "items": [
- {
- "id": 1,
- "createdTime": 1730204346000,
- "lastUpdatedTime": 1730204346000,
- "owner": "alice@example.com",
- "externalId": "my.known.id",
- "name": "myPipeline",
- "description": "My pipeline",
- "modelParameters": {
- "featureType": "bigram"
}, - "sources": {
- "dataSetIds": [
- {
- "externalId": "my.known.id"
}
], - "resource": "time_series"
}, - "targets": {
- "dataSetIds": [
- {
- "externalId": "my.known.id"
}
], - "resource": "assets"
}, - "trueMatches": [
- {
- "sourceId": 23,
- "targetExternalId": "my.known.id"
}
], - "confirmedMatches": [
- {
- "sourceId": 23,
- "targetExternalId": "my.known.id"
}
], - "rejectedMatches": [
- {
- "sourceId": 23,
- "targetExternalId": "my.known.id"
}
], - "useExistingMatches": false,
- "generateRules": true,
- "replacements": [
- {
- "field": "*",
- "string": "Bottom-hole pressure",
- "replacement": "bhp"
}
], - "rules": [ ],
- "rejectedRules": [ ],
- "scoreThreshold": 0.7,
- "scheduleInterval": 7200,
- "lastRun": {
- "status": "Queued",
- "createdTime": 1730204346000,
- "startTime": 1730204346000,
- "statusTime": 1730204346000,
- "errorMessage": null,
- "jobId": 123
}
}
], - "nextCursor": "4zj0Vy2fo0NtNMb229mI9r1V3YG5NBL752kQz1cKtwo"
}