---
title: "Get Scheduled Export"
method: GET
path: "/api/consentmanager/v1/scheduled-jobs/merge-request/{mergeRequestGuid}"
tags: ["Deduplicate Data Subjects"]
---

# Get Scheduled Export

`GET /api/consentmanager/v1/scheduled-jobs/merge-request/{mergeRequestGuid}`

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.

## Path parameters

- `mergeRequestGuid` string, uuid, required

## Response `200`

OK - Successfully retrieved scheduled export

- ConsentPreferencesUniversalConsentPreferenceManagMergeDSRequestDto
  - `mergeRequestId` string, uuid, required — Unique identifier of the merge request
  - `mergeRequestName` string, required — Name of the merge request which uniquely identifies the job
  - `triggerTime` string, date-time — The time at which triggers the job to find duplicate Data Subjects
  - `jobFrequency` 'DAILY' | 'WEEKLY' | 'MONTHLY' | 'YEARLY' | 'CUSTOM', required — Frequency at which the job runs
  - `jobStatus` 'PENDING' | 'COMPLETED' | 'IN_PROGRESS' | 'MERGE_REPORT_IN_PROGRESS' | 'FAILED' | 'CANCELLED' — Current status of the job
  - `mergeCondition` 'ANY' | 'ALL', required — Condition used to apply between Data Subject Elements when identifying duplicates
  - `totalDataSubjectCount` integer — Total number of Data Subjects that match the given conditions
  - `duplicateDataSubjectCount` integer — Number of duplicate Data Subjects found based on the specified conditions
  - `customDataElementNames` string[], required — List of Data Element names for which the merge condition will be applied

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests. For more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).
- `500` — Internal Server Error

---

[API](https://skmtc.net/onetrust/apis/platform-access-management.md) · [All operations](https://skmtc.net/onetrust/apis/platform-access-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onetrust/platform-access-management/revisions/21de3aa0b170/schema)
