Retrieve the status and details of a specific task for person merges.
Returns information about the person merges for a specific task including its overall status, number of merges in-progress, completed, and failed.
Detailed information about individual merges for this task can be found by querying:
/v2/person-merges?filter=taskId={taskId} See Person
Merges for more details.
Task statuses:
in-progress: The merge task is currently being processed.success: The merge task completed successfully.failed: The merge task failed.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 task ID
"123e4567-e89b-12d3-a456-426614174000"
OK
Person merge task details and status for batch operations
The unique identifier for this merge task
"123e4567-e89b-12d3-a456-426614174000"
The current status of the batch operation
in-progress, success, failed "in-progress"
Summary of merges in this batch task