---
title: "List Plans"
method: GET
path: "/v1/organizations/{organizationSlug}/plans"
---

# List Plans

`GET /v1/organizations/{organizationSlug}/plans`

Returns a list of available plans and their quotas.

## Path parameters

- `organizationSlug` string, required

## Response `200`

Successful response

- object
  - `plans` OrganizationPlan[] — List of available plans.
    - `name` string — The name of the plan.
    - `price` string — The monthly price of the plan.
    - `prices` PlanPrice[]
      - `value` string — Price of the available plan.
      - `timeline` string — Payment regularity.
    - `quotas` PlanQuotas
      - `rowsRead` integer — The number of rows read allowed for the specific plan.
      - `rowsWritten` integer — The number of rows written allowed for the specific plan.
      - `databases` integer, nullable — The number of databases allowed for the specific plan.
      - `locations` integer — The number of locations allowed for the specific plan.
      - `storage` integer — The amount of storage allowed for the specific plan, in bytes.
      - `groups` integer — The number of groups allowed for the specific plan.
      - `bytesSynced` integer — The number of bytes synced allowed for the specific plan, in bytes.

---

[API](https://skmtc.net/turso/apis/turso-platform-api.md) · [All operations](https://skmtc.net/turso/apis/turso-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/turso/turso-platform-api/versions/6c99e4c88978/schema)
