v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1438230222.0 KB

Returns information about an Identity Resolution Job in a specific domain.

Identity Resolution Jobs are set up using the Amazon Connect admin console. For more information, see Use Identity Resolution to consolidate similar profiles.

get/domains/{DomainName}/identity-resolution-jobs/{JobId}

Path parameters

DomainNamestring required

The unique name of the domain.

JobIdstring required

The unique identifier of the Identity Resolution Job.

Response

Success

DomainNamestring

The unique name of the domain.

JobIdstring

The unique identifier of the Identity Resolution Job.

Status'PENDING' | 'PREPROCESSING' | 'FIND_MATCHING' | 'MERGING' | 'COMPLETED' | 'PARTIAL_SUCCESS' | 'FAILED'
<p>The status of the Identity Resolution Job.</p> <ul> <li> <p> <code>PENDING</code>: The Identity Resolution Job is scheduled but has not started yet. If you turn off the Identity Resolution feature in your domain, jobs in the <code>PENDING</code> state are deleted.</p> </li> <li> <p> <code>PREPROCESSING</code>: The Identity Resolution Job is loading your data.</p> </li> <li> <p> <code>FIND_MATCHING</code>: The Identity Resolution Job is using the machine learning model to identify profiles that belong to the same matching group.</p> </li> <li> <p> <code>MERGING</code>: The Identity Resolution Job is merging duplicate profiles.</p> </li> <li> <p> <code>COMPLETED</code>: The Identity Resolution Job completed successfully.</p> </li> <li> <p> <code>PARTIAL_SUCCESS</code>: There's a system error and not all of the data is merged. The Identity Resolution Job writes a message indicating the source of the problem.</p> </li> <li> <p> <code>FAILED</code>: The Identity Resolution Job did not merge any data. It writes a message indicating the source of the problem.</p> </li> </ul>
Messagestring

The error messages that are generated when the Identity Resolution Job runs.

JobStartTimestring date-time

The timestamp of when the Identity Resolution Job was started or will be started.

JobEndTimestring date-time

The timestamp of when the Identity Resolution Job was completed.

LastUpdatedAtstring date-time

The timestamp of when the Identity Resolution Job was most recently edited.

JobExpirationTimestring date-time

The timestamp of when the Identity Resolution Job will expire.