---
title: "Get List of Scheduled Exports"
method: GET
path: "/api/consentmanager/v1/scheduled-jobs/merge-request"
tags: ["Deduplicate Data Subjects"]
---

# Get List of Scheduled Exports

`GET /api/consentmanager/v1/scheduled-jobs/merge-request`

Use this API to retrieve a list of all scheduled exports of duplicate data subjects. The response will include the merge request ID along with the associated merge request name, export frequency, and export status.

## Query parameters

- `page` integer, required
- `size` integer, required

## Response `200`

OK - Successfully retrieved list of scheduled exports

- ConsentPreferencesUniversalConsentPreferenceManagPageMergeDSRequestDto
  - `content` ConsentPreferencesUniversalConsentPreferenceManagMergeDSRequestDto[] — The list of items for the current page.
    - `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
  - `empty` boolean — The flag to check if the entity is empty or not.
  - `first` boolean — The flag to check if the entity is first entity or not.
  - `last` boolean — The flag to check if the entity is last entity or not.
  - `number` integer — The number associated with the result.
  - `numberOfElements` integer — Total number of elements in the result.
  - `pageable` ConsentPreferencesUniversalConsentPreferenceManagPageableObject
    - `offset` integer
    - `sort` ConsentPreferencesUniversalConsentPreferenceManagSortObject
      - `empty` boolean
      - `unsorted` boolean
      - `sorted` boolean
    - `pageNumber` integer
    - `pageSize` integer
    - `paged` boolean
    - `unpaged` boolean
  - `sort` ConsentPreferencesUniversalConsentPreferenceManagSortObject
    - `empty` boolean
    - `unsorted` boolean
    - `sorted` boolean
  - `totalPages` integer — Total number of pages in the result list.
  - `totalElements` integer — Total number of elements in the result.
  - `size` integer — Size of the result list.

## 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)
