---
title: "List Segmentations"
method: GET
path: "/{databaseId}/segmentations/list/"
tags: ["Segmentations Definition"]
---

# List Segmentations

`GET /{databaseId}/segmentations/list/`

Return all existing items Segmentations.

## Path parameters

- `databaseId` string, required

## Query parameters

- `sourceType` string, required

## Response `200`

- ListSegmentationsResponse
  - `segmentations` Segmentation[], required — Array of existing Segmentations
    - `segmentationId` string, required — Id of the Segmentation
    - `sourceType` string, required — Determines on which type of data (e.g. `items`) the Segmentation is based
    - `segmentationType` string, required — Determines the type of the segmentation (Property-based, Manual ReQL, Auto ReQL)
    - `title` string — Title of the Segmentation
    - `description` string — Description of the Segmentation

---

[API](https://skmtc.dev/recombee/apis/recombee-api.md) · [All operations](https://skmtc.dev/recombee/apis/recombee-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/recombee/recombee-api/revisions/a9c9c33eb2e8/schema)
