Retrieve the status and details of a specific person merge.
Returns information about the person merge including its current status, the persons involved, timestamps, and any error information if the merge failed.
The mergeId can be obtained from the response of the Get All Person Merges endpoint, or by filtering person merges by task ID using /v2/person-merges?filter=taskId={taskId} after initiating a merge.
Requires the “Manage duplicates” permission and organization admin role.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Person merge ID
1 <= x <= 900719925474099112345
OK
Entity representing the state of an individual person merge
The unique identifier for the merge
1 <= x <= 900719925474099112345
Current status of the merge
in-progress, success, failed "success"
Identifier for the task this merge belongs to
"789e0123-e45b-67c8-d901-234567890123"
Timestamp when the merge started
"2025-06-03T10:30:00Z"
ID of the primary person that other profiles were merged into
1 <= x <= 900719925474099112345
ID of the duplicate person that was merged into the primary person
1 <= x <= 900719925474099167890
Timestamp when the merge completed (success or failure)
"2025-06-03T10:32:15Z"
null
Error message if the merge failed
"Primary person not found"
null