---
title: "List Organizations"
method: GET
path: "/v1/organizations"
---

# List Organizations

`GET /v1/organizations`

Returns a list of organizations the authenticated user owns or is a member of.

## Response `200`

Successful response

- Organization[]
  - `name` string — The organization name. Every user has a `personal` organization for their own account.
  - `slug` string — The organization slug. This will be your username for `personal` accounts.
  - `type` 'personal' | 'team' — The type of account this organization is. Will always be `personal` or `team`.
  - `overages` boolean — The name of the organization. Every user has a `personal` organization for their own account.
  - `require_mfa` boolean — Whether all members of the organization are required to have multi-factor authentication enabled.
  - `blocked_reads` boolean — Returns the current status for blocked reads.
  - `blocked_writes` boolean — Returns the current status for blocked writes.
  - `plan_id` string — The pricing plan identifier this organization is subscribed to.
  - `plan_timeline` string — The billing cycle for the paid plan, if any.
  - `platform` string — The external platform this organization is managed by. Will be empty for Turso managed organizations.
  - `restore_enabled` boolean — Whether deleted database and group recovery is enabled for the organization. Returned when retrieving a single organization.

## Changes

- **2026-09-23** `22bd90b923e6` — 1 info
  - added the optional property `items/restore_enabled` to the response with the `200` status

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