---
title: "List all backup polices"
method: GET
path: "/oraclesbt/v1/orgs/{OrgID}/reports/policies"
tags: ["OracleDTC"]
---

# List all backup polices

`GET /oraclesbt/v1/orgs/{OrgID}/reports/policies`

Returns all backup polices

## Path parameters

- `OrgID` integer, required

## Query parameters

- `pageToken` string

## Response `200`

Success

- ListPolicyReportResponse — ListPolicyReportResponse is the response schema for ListPolicyReport
  - `nextPageToken` string — The page token value for the next set of API results. The value of this parameter is NULL for the last set of results.
  - `policies` BackupPolicy[]
    - `dataLock` boolean — The status indicating if Data Lock is enabled in the backup policy.
    - `description` string
    - `ignoreFirstBackupWindow` boolean
    - `maxRetryCount` integer
    - `maxRetryDuration` string
    - `maxRetryDurationInSeconds` integer
    - `organizationName` string
    - `policyID` integer — The ID of your backup policy.
    - `policyName` string
    - `retention` Retention — Retention represents data model for Retention Policy
      - `daily` string
      - `monthly` string
      - `weekly` string
      - `yearly` string
      - `ltrEnabled` boolean — The status of the backup set whether enabled for long term retention. For example, True denotes that the backup set is enabled for LTR.
      - `warmTierDuration` integer — Lists the duration in days for which the snapshot will reside in the warm tier of the AWS storage.
    - `retryEnabled` boolean
    - `rmanParams` string
    - `schedules` BackupSchedule[]
      - `backupType` string
      - `bandwidth` string
      - `bandwidthInKBps` number, double
      - `duration` string
      - `durationInSeconds` integer
      - `repeatOn` string[] — JSONStringList is data type to be used in model definition for data that is string:interface map in memory but stored as JSON string in DB
      - `startAt` string
    - `transactionLog` TransactionLog — TransactionLog represents data model for Transaction Logs schedule table
      - `bandwidth` string
      - `bandwidthInKBps` number, double
      - `deleteLogs` boolean
      - `logbkpFreq` integer

## Other responses

- `400` — Bad Request
- `404` — The requested resource was not found.
- `500` — The request was not processed due to an internal error in Cloud.

---

[API](https://skmtc.dev/druva/apis/authentication.md) · [All operations](https://skmtc.dev/druva/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/druva/authentication/revisions/2af2bf148b25/schema)
