---
title: "Get Restore Details"
method: GET
path: "/restore"
tags: ["restore-info"]
---

# Get Restore Details

`GET /restore`

Retrieve the list of databases on which restore is run in the YugabyteDB cluster.

## Response `200`

Retrieve the list of databases on which restore is run in the YugabyteDB cluster.

- object
  - `restore` RestoreDetails[], required
    - `ybc_task_id` string, required
    - `tserver_ip` string, required
    - `user_operation` string, required
    - `ybdb_api` string, required
    - `database_keyspace` string, required
    - `task_start_time` string, required
    - `task_status` string, required
    - `time_taken` string, required
    - `bytes_transferred` string, required
    - `actual_size` string, required

## Other responses

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

## Changes

> 45 revisions in range; 1 could not be searched.

- **2024-04-25** `4857c38fa800` — 1 warning, 1 info
  - removed the optional property `schedules` from the response with the `200` status
  - added the required property `restore` to the response with the `200` status
- **2024-03-14** `6ba6f519d663` — 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/restore/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)
