Skip to main content
GET
/
faces
/
clusters
List face clustering jobs
curl --request GET \
  --url http://localhost:6699/api/v1/faces/clusters \
  --header 'X-License-Key: <api-key>'
{
  "cluster_jobs": [
    "<string>"
  ],
  "jobs": [
    {
      "name": "<string>",
      "total_entries": 123,
      "num_clusters": 123,
      "noise_entries": 123,
      "cluster_ids": [
        "<string>"
      ],
      "media_hashes": [
        "<string>"
      ]
    }
  ]
}

Authorizations

X-License-Key
string
header
required

Jumper Pro license key passed via header

Query Parameters

cache_dir
string
required

Response

200 - application/json

Cluster job list

cluster_jobs
string[]

Job names

jobs
object[]
Last modified on February 18, 2026