---
title: "Get PITR Schedules"
method: GET
path: "/pitr"
tags: ["pitr-info"]
---

# Get PITR Schedules

`GET /pitr`

Retrieve the list of PITR schedules in the YugabyteDB cluster.

## Response `200`

List of PITR Schedules in the cluster

- object
  - `schedules` PITRSchedule[], required
    - `id` integer, required
    - `databaseKeyspace` string, required
    - `interval` string, required
    - `retention` string, required
    - `earliestRecoverableTime` string, required

## Other responses

- `400` — API Error
- `500` — API Error

## Changes

- **2024-03-08** `ef1ee5fc4025` — 1 info
  - endpoint added
- **2022-06-13** `7856cb3301b2` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/yugabyte/apis/yugabyte-cloud/changes/pitr/get.md)

---

[API](https://skmtc.dev/yugabyte/apis/yugabyte-cloud.md) · [All operations](https://skmtc.dev/yugabyte/apis/yugabyte-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/yugabyte/yugabyte-cloud/revisions/a851ee3a0a88/schema)
