---
title: "Get the Point-in-Time recovery info"
method: GET
path: "/namespaces/{namespace}/database-clusters/{name}/pitr"
tags: ["Database Cluster"]
---

# Get the Point-in-Time recovery info

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

This API gets the Point-in-Time recovery info for the database cluster specified by the `name` and `namespace`.

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

---

[API](https://skmtc.net/openeverest/apis/openeverest-schema.md) · [All operations](https://skmtc.net/openeverest/apis/openeverest-schema/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openeverest/openeverest-schema/versions/46b19e13670b/schema)
