Get the status of an estimate quality job.
The resulting job status.
The response for a bad request.
The response for too many requests (concurrency or rate throttling).
{- "jobId": "string",
- "status": "Queued",
- "createdTime": 1730204346000,
- "startTime": 1730204346000,
- "statusTime": 1730204346000,
- "errorMessage": null,
- "advancedJoinExternalId": "my.known.id",
- "matcher": {
- "type": "raw",
- "dbName": "string",
- "tableName": "string",
- "fromColumnKey": "string",
- "toColumnKey": "string"
}, - "qualityScorePercent": 100,
- "confidencePercent": 100,
- "contextualizationScorePercent": 100
}