---
title: "List Deleted Groups"
method: GET
path: "/v3/organizations/{organizationId}/deleted-groups"
---

# List Deleted Groups

`GET /v3/organizations/{organizationId}/deleted-groups`

Returns groups deleted within the last five days, including empty groups, which can still be restored. Requires a paid plan and an organization-level token. Available even while recovery is disabled for the organization.

## Path parameters

- `organizationId` string, uuid, required

## Query parameters

- `limit` integer
- `cursor` string

## Response `200`

Successful response

- object
  - `groups` DeletedGroup[]
    - `uuid` string, uuid — The group UUID. Use it to restore the group.
    - `name` string — The group name.
    - `deleted_at` string, date-time — When the group was deleted.
    - `cascade_databases` integer — The number of member databases that restoring the group would bring back with it.
  - `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, or the token is group-scoped.

## Changes

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

[Change history](https://skmtc.dev/turso/apis/turso-platform-api/changes/v3/organizations/:organizationId/deleted-groups/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)
