---
title: "List of the created database cluster backups"
method: GET
path: "/namespaces/{namespace}/database-clusters/{name}/backups"
tags: ["databaseClusterBackup"]
---

# List of the created database cluster backups

`GET /namespaces/{namespace}/database-clusters/{name}/backups`

List of the created database cluster backups

## Path parameters

- `namespace` string, required
- `name` string, required

## Response `200`

Successful operation

- DatabaseClusterBackupList — DatabaseClusterBackupList is an object that contains the list of the existing database cluster backups.
  - `apiVersion` string — APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
  - `kind` string — Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
  - `items` DatabaseClusterBackup[]
    - `apiVersion` string — APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
    - `kind` string — Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
    - `metadata` object
    - `spec` object — DatabaseClusterBackupSpec defines the desired state of DatabaseClusterBackup.
      - `backupStorageName` string, required — BackupStorageName is the name of the BackupStorage used for backups.
      - `dbClusterName` string, required — DBClusterName is the original database cluster name.
    - `status` object — DatabaseClusterBackupStatus defines the observed state of DatabaseClusterBackup.
      - `completed` string, date-time — Completed is the time when the job was completed.
      - `created` string, date-time — Created is the timestamp of the upstream backup's creation.
      - `destination` string — Destination is the full path to the backup.
      - `gaps` boolean, required — Gaps identifies if there are gaps detected in the PITR logs
      - `state` string — State is the DatabaseBackup state.
  - `metadata` object

## Other responses

- `400` — Unsuccessful operation
- `500` — Internal server error

---

[API](https://skmtc.dev/openeverest/apis/openeverest-schema.md) · [All operations](https://skmtc.dev/openeverest/apis/openeverest-schema/llms.txt) · [OpenAPI document](https://skmtc.dev/openeverest/apis/openeverest-schema/revisions/dec31e5eea8e?raw)
