---
title: "Get All Clusters"
method: GET
path: "/face-clusters/"
tags: ["Face Clusters"]
---

# Get All Clusters

`GET /face-clusters/`

Get metadata for all face clusters including face counts.

## Response `200`

Successful Response

- GetClustersResponse
  - `success` boolean, required
  - `message` string, nullable
  - `error` string, nullable
  - `data` GetClustersData
    - `clusters` ClusterMetadata[], required
      - `cluster_id` string, required
      - `cluster_name` string, nullable, required
      - `face_image_base64` string, nullable, required
      - `face_count` integer, required

## Other responses

- `500` — Internal Server Error

## Changes

- **2025-08-26** `2e78324b9970` — 7 breaking, 2 info
  - the response property `error` became optional for the status `500`
  - the response property `message` became optional for the status `200`
  - the response property `message` became optional for the status `500`
  - response property `error` list-of-types was widened by adding types `null` to media type `application/json` of response `500`
  - …5 more
- **2025-08-05** `0f7598fc167b` — 1 info
  - endpoint added
- **2025-08-05** `14c08755eaeb` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/aossie-org/apis/pictopy/changes/face-clusters/get.md)

---

[API](https://skmtc.dev/aossie-org/apis/pictopy.md) · [All operations](https://skmtc.dev/aossie-org/apis/pictopy/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aossie-org/pictopy/revisions/a6c11e6b42e4/schema)
