---
title: "Retrieve Organization"
method: GET
path: "/v1/organizations/{organizationSlug}"
---

# Retrieve Organization

`GET /v1/organizations/{organizationSlug}`

Retrieve details of a specific organization.

## Path parameters

- `organizationSlug` string, required

## Response `200`

Successful response

- object
  - `organization` 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.

## Other responses

- `404` — Organization not found

---

[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)
