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

---

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