---
title: "Retrieve Group"
method: GET
path: "/v1/organizations/{organizationSlug}/groups/{groupName}"
---

# Retrieve Group

`GET /v1/organizations/{organizationSlug}/groups/{groupName}`

Returns a group belonging to the organization or user.

## Path parameters

- `organizationSlug` string, required
- `groupName` string, required

## Response `200`

Successful response

- object
  - `group` Group
    - `name` string — The group name, unique across your organization.
    - `version` string — The current libSQL server version the databases in that group are running.
    - `uuid` string — The group universal unique identifier (UUID).
    - `locations` string[] — An array of location keys the group is located.
    - `primary` string — The primary location key.
    - `delete_protection` boolean — The current status for delete protection. If enabled, the group and all its databases cannot be deleted.

## Other responses

- `404` — Group 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)
