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

# List all backup sets

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

Returns all backup sets

## Path parameters

- `OrgID` integer, required

## Query parameters

- `serverName` string[]
- `dbName` string[]
- `pageToken` string

## Response `200`

Success

- ListBackupsetReportResponse — ListBackupsetReportResponse is the response schema for ListBackupsetReport
  - `backupsets` Backupset[]
    - `backupEnabled` boolean — Specifies whether the backupset is enabled for backup operation.
    - `backupPolicyID` integer — The ID of your backup policy.
    - `backupPolicyName` string — Name of the backup policy attached to the backupset.
    - `backupsetID` integer — The ID of your backupset.
    - `backupsetName` string — The name of the backupset
    - `dataLock` boolean — The status indicating if Data Lock is enabled for the backup set
    - `dbName` string — The name of the oracle database.
    - `lastBackupDetails` OracleSBTLastBackupDetailsStruct
      - `jobID` integer — A unique identification number associated with the job. This parameter will be skipped if the value is NULL.
      - `status` string — Status of the job. This parameter will be skipped if the value is NULL.
    - `organizationID` integer — The ID of your organization.
    - `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.
    - `organizationName` string — The name of the organization.
    - `resourceGroupName` string — The name of the resource group the oracle server is part of.
    - `clusterName` string — The name of the oracle rac cluster.
    - `configuredNodes` object — The SID and name of an instance of a RAC database backup set
    - `isRAC` boolean — Specifies if the backupset belongs to a RAC database
    - `primaryNode` string — The name of the primary node in a RAC database backup set
    - `serverName` string — The name of the oracle server.
    - `storageName` string — The name of the storage.
    - `isDeactivated` boolean — The state indicating whether the backup set is deactivated.
    - `warmTierDuration` integer — Lists the duration in days for which the snapshot will reside in the warm tier of the AWS storage.
  - `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.

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