---
title: "Retrieve all backup schedules"
method: GET
path: "/backupSchedule"
tags: ["backup-schedule"]
deprecated: true
---

# Retrieve all backup schedules

`GET /backupSchedule`

> **Deprecated.**

This endpoint is deprecated since 2025.05 and will be removed in the future. Please use GET /consoleExportSchedule

## Response `default`

default response

- BackupScheduleModel[]
  - `createdDate` string, date-time
  - `cronExpression` string
  - `description` string
  - `dgcBackupOptions` string[]
  - `environmentId` string, uuid
  - `frequencyWarning` string
  - `id` string, uuid
  - `maxRetained` integer
  - `modifiedDate` string, date-time
  - `name` string
  - `nextExecution` string, date-time
  - `numberOfBackups` integer
  - `repoBackupOptions` string[]
  - `retentionDays` 7 | 30 | 60
  - `serverTimeZoneOffset` object
    - `id` string
    - `rules` object
      - `fixedOffset` boolean
      - `transitionRules` object[]
        - `dayOfMonthIndicator` integer
        - `dayOfWeek` 'MONDAY' | 'TUESDAY' | 'WEDNESDAY' | 'THURSDAY' | 'FRIDAY' | 'SATURDAY' | 'SUNDAY'
        - `localTime` LocalTime
          - `hour` integer
          - `minute` integer
          - `nano` integer
          - `second` integer
        - `midnightEndOfDay` boolean
        - `month` 'JANUARY' | 'FEBRUARY' | 'MARCH' | 'APRIL' | 'MAY' | 'JUNE' | 'JULY' | 'AUGUST' | 'SEPTEMBER' | 'OCTOBER' | 'NOVEMBER' | 'DECEMBER'
        - `offsetAfter` object
          - `id` string
          - `totalSeconds` integer
        - `offsetBefore` object
          - `id` string
          - `totalSeconds` integer
        - `standardOffset` object
          - `id` string
          - `totalSeconds` integer
        - `timeDefinition` 'UTC' | 'WALL' | 'STANDARD'
      - `transitions` object[]
        - `dateTimeAfter` string, date-time
        - `dateTimeBefore` string, date-time
        - `duration` object
          - `nano` integer
          - `negative` boolean
          - `positive` boolean
          - `seconds` integer
          - `units` object[]
            - `dateBased` boolean
            - `durationEstimated` boolean
            - `timeBased` boolean
          - `zero` boolean
        - `gap` boolean
        - `instant` string, date-time
        - `offsetAfter` object
          - `id` string
          - `totalSeconds` integer
        - `offsetBefore` object
          - `id` string
          - `totalSeconds` integer
        - `overlap` boolean
    - `totalSeconds` integer

---

[API](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api.md) · [All operations](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/collibra/collibra-data-governance-center-core-api/revisions/6d091bc86a33/schema)
