---
title: "Get the Point-in-Time related data for the specified database cluster"
method: GET
path: "/namespaces/{namespace}/database-clusters/{name}/pitr"
tags: ["databaseCluster"]
---

# Get the Point-in-Time related data for the specified database cluster

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

Get the Point-in-Time related data for the specified database cluster

## Path parameters

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

## Response `200`

Successful operation

- DatabaseClusterPitr — point-in-time recovery related data
  - `earliestDate` string, date-time
  - `latestDate` string, date-time
  - `latestBackupName` string
  - `gaps` boolean — indicates if there are pitr logs gaps detected after this backup was taken

## Other responses

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

## Changes

- **2024-04-12** `dec31e5eea8e` — 2 info
  - api tag `databaseCluster` added
  - api tag `Database Cluster` removed

[Change history](https://skmtc.dev/openeverest/apis/openeverest-schema/changes/namespaces/:namespace/database-clusters/:name/pitr/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)
