---
title: "Returns the specified cluster restore"
method: GET
path: "/namespaces/{namespace}/database-cluster-restores/{name}"
tags: ["databaseClusterRestore"]
---

# Returns the specified cluster restore

`GET /namespaces/{namespace}/database-cluster-restores/{name}`

Returns the specified cluster restore

## Path parameters

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

## Response `200`

Successful operation

- DatabaseClusterRestore — DatabaseClusterRestore is the Schema for the databaseclusterrestores API.
  - `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 — DatabaseClusterRestoreSpec defines the desired state of DatabaseClusterRestore.
    - `dataSource` object, required — DataSource defines a data source for restoration.
      - `backupSource` object — BackupSource is the backup source to restore from
        - `backupStorageName` string, required — BackupStorageName is the name of the BackupStorage used for backups.
        - `path` string, required — Path is the path to the backup file/directory.
      - `dbClusterBackupName` string — DBClusterBackupName is the name of the DB cluster backup to restore from
      - `pitr` object — PITR is the point-in-time recovery configuration
        - `date` string — Date is the UTC date to recover to. The accepted format: "2006-01-02T15:04:05Z".
        - `type` 'date' | 'latest' — Type is the type of recovery.
    - `dbClusterName` string, required — DBClusterName defines the cluster name to restore.
  - `status` object — DatabaseClusterRestoreStatus defines the observed state of DatabaseClusterRestore.
    - `completed` string, date-time
    - `message` string
    - `state` string — RestoreState represents state of restoration.

## Other responses

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

## Changes

- **2024-04-12** `dec31e5eea8e` — 1 warning, 2 info
  - removed the optional property `status/inUse` from the response with the `200` status
  - api tag `databaseClusterRestore` added
  - api tag `Restore` removed

[Change history](https://skmtc.dev/openeverest/apis/openeverest-schema/changes/namespaces/:namespace/database-cluster-restores/:name/get.md)

---

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