Deduplicate Data Subjects
Get Scheduled Export
Use this API to retrieve details of a specific scheduled export of duplicate data subjects. The response will include the associated merge request name, export frequency, and export status.
get/api/consentmanager/v1/scheduled-jobs/merge-request/{mergeRequestGuid}
Path parameters
mergeRequestGuidstring uuid required
Example:3fc32e2f-d229-4914-b73c-0e2488bd790e
Unique identifier of the merge request.
Response
OK - Successfully retrieved scheduled export
Example response
{
"mergeRequestId": "8e453d7c-eb4f-4139-913a-3d1f93977665",
"mergeRequestName": "Monthly Duplicate Data Subjects Export",
"triggerTime": "2025-10-01T00:00:00Z",
"jobStatus": "PENDING",
"mergeCondition": "ANY",
"totalDataSubjectCount": 150,
"duplicateDataSubjectCount": 25,
"customDataElementNames": [
"email",
"phone"
]
}