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

# Get Segmentation

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

Get existing Segmentation.

## Path parameters

- `databaseId` string, required
- `segmentationId` string, required

## Response `200`

- Segmentation
  - `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

## Other responses

- `404` — Segmentation with given ID does not exist.

---

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