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

---

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