---
title: "GET /api/v1/analyze/text-unit-cluster/list/"
method: GET
path: "/api/v1/analyze/text-unit-cluster/list/"
tags: ["analyze", "v1"]
---

# GET /api/v1/analyze/text-unit-cluster/list/

`GET /api/v1/analyze/text-unit-cluster/list/`

Text Unit Cluster List

## Query parameters

- `jq_filters` object

## Response `200`

- TextUnitCluster[]
  - `pk` integer
  - `cluster_id` integer
  - `name` string, required
  - `self_name` string, required
  - `description` string, required
  - `cluster_by` string, required
  - `using` string, required
  - `created_date` string, date-time
  - `text_unit_count` integer
  - `text_unit_data` object[]

## Changes

- **2021-05-24** `8167164be9cc` — 2 breaking
  - the `items/text_unit_count` response's property type/format changed from `string`/`` to `integer`/`` for status `200`
  - the `items/text_unit_data` response's property type/format changed from `string`/`` to `array`/`` for status `200`
- **2020-12-11** `0957c4a7ae3d` — 2 breaking
  - the `items/text_unit_count` response's property type/format changed from `integer`/`` to `string`/`` for status `200`
  - the `items/text_unit_data` response's property type/format changed from `array`/`` to `string`/`` for status `200`

[Change history](https://skmtc.dev/lexpredict/apis/contraxsuite-api/changes/api/v1/analyze/text-unit-cluster/list/get.md)

---

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