Predicts which unmatched instances are most likely to increase data quality if matched.
The caller needs to have read access to the view they are querying.
The resulting suggestions.
The response for a bad request.
The response for too many requests (concurrency or rate throttling).
{- "advancedJoinExternalId": "my.known.id",
- "limit": 20
}
{- "jobId": "string",
- "status": "Queued",
- "createdTime": 1730204346000,
- "startTime": 1730204346000,
- "statusTime": 1730204346000,
- "errorMessage": null,
- "advancedJoinExternalId": "my.known.id",
- "improvementSuggestions": [
- {
- "type": "direct",
- "space": "string",
- "originExternalId": "string",
- "propertyName": "string"
}
]
}