curl --request POST \
--url https://{cluster}.cognitedata.com/api/v1/projects/{project}/advancedjoins/suggestimprovements \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"advancedJoinExternalId": "my.known.id",
"limit": 20
}
'{
"jobId": "<string>",
"status": "Queued",
"createdTime": 1730204346000,
"startTime": 1730204346000,
"statusTime": 1730204346000,
"advancedJoinExternalId": "my.known.id",
"errorMessage": null,
"improvementSuggestions": [
{
"type": "direct",
"space": "<string>",
"originExternalId": "<string>",
"propertyName": "<string>"
}
]
}Required capabilities:
entitymatchingAcl:READ
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.
curl --request POST \
--url https://{cluster}.cognitedata.com/api/v1/projects/{project}/advancedjoins/suggestimprovements \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"advancedJoinExternalId": "my.known.id",
"limit": 20
}
'{
"jobId": "<string>",
"status": "Queued",
"createdTime": 1730204346000,
"startTime": 1730204346000,
"statusTime": 1730204346000,
"advancedJoinExternalId": "my.known.id",
"errorMessage": null,
"improvementSuggestions": [
{
"type": "direct",
"space": "<string>",
"originExternalId": "<string>",
"propertyName": "<string>"
}
]
}Access token issued by the CDF project's configured identity provider. Access token must be an OpenID Connect token, and the project must be configured to accept OpenID Connect tokens. Use a header key of 'Authorization' with a value of 'Bearer $accesstoken'. The token can be obtained through any flow supported by the identity provider.
The resulting suggestions.
ID of an advanced join job. These are always UUIDs.
The status of the job.
Queued, Running, Completed, Failed The number of milliseconds since 00:00:00 Thursday, 1 January 1970, Coordinated Universal Time (UTC), minus leap seconds.
x >= 01730204346000
The number of milliseconds since 00:00:00 Thursday, 1 January 1970, Coordinated Universal Time (UTC), minus leap seconds.
x >= 01730204346000
The number of milliseconds since 00:00:00 Thursday, 1 January 1970, Coordinated Universal Time (UTC), minus leap seconds.
x >= 01730204346000
The external ID provided by the client. Must be unique for the resource type.
255"my.known.id"
If the job failed, some more information about the error cause.
null
Show child attributes
Was this page helpful?