---
title: "List Deleted Databases"
method: GET
path: "/v3/organizations/{organizationId}/databases"
---

# List Deleted Databases

`GET /v3/organizations/{organizationId}/databases`

Returns databases deleted within the last five days, which can still be restored. Requires a paid plan. Available even while recovery is disabled for the organization.

## Path parameters

- `organizationId` string, uuid, required

## Query parameters

- `deleted` boolean, required
- `search` string
- `limit` integer
- `cursor` string

## Response `200`

Successful response

- object
  - `databases` DeletedDatabase[]
    - `Name` string — The database name.
    - `DbId` string, uuid — The database UUID. Use it to restore the database.
    - `Hostname` string — The DNS hostname the database had, used for client and HTTP connections.
    - `group` string — The name of the group the database belonged to.
    - `group_id` string, uuid — The UUID of the group the database belonged to.
    - `organization_id` string, uuid — The UUID of the organization.
    - `regions` string[] — The regions the database was located in.
    - `primaryRegion` string — The primary region of the database.
    - `delete_protection` boolean — Whether delete protection was enabled for the database.
    - `deleted_at` string, date-time — When the database was deleted.
    - `group_deleted_at` string, date-time — Set when the database's group was deleted with it. Restoring the database also restores the group.
  - `pagination` Pagination
    - `next` string — Opaque cursor for the next page. Pass it back as the `cursor` query parameter. Absent on the last page.

## Other responses

- `403` — The organization is on the free plan.

## Changes

- **2026-09-23** `22bd90b923e6` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/turso/apis/turso-platform-api/changes/v3/organizations/:organizationId/databases/get.md)

---

[API](https://skmtc.dev/turso/apis/turso-platform-api.md) · [All operations](https://skmtc.dev/turso/apis/turso-platform-api/llms.txt) · [OpenAPI document](https://skmtc.dev/turso/apis/turso-platform-api/revisions/22bd90b923e6?raw)
