---
title: "GET /facelists/{faceListId}"
method: GET
path: "/facelists/{faceListId}"
---

# GET /facelists/{faceListId}

`GET /facelists/{faceListId}`

Retrieve a Face List's faceListId, name, userData, recognitionModel and faces in the Face List.

## Path parameters

- `faceListId` string, required

## Query parameters

- `returnRecognitionModel` boolean

## Response `200`

A successful call returns the Face List's information.

- FaceList — Face list is a list of faces, up to 1,000 faces.
  - `name` string, required — User defined name, maximum length is 128.
  - `userData` string — Optional user defined data. Length should not exceed 16K.
  - `recognitionModel` 'recognition_01' | 'recognition_02' | 'recognition_03' | 'recognition_04' — The recognition model for the face.
  - `faceListId` string, required
  - `persistedFaces` FaceListFace[] — Face ids of registered faces in the face list.
    - `persistedFaceId` string, uuid, required — Universally Unique Identifier
    - `userData` string — User-provided data attached to the face. The length limit is 1K.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/azure/apis/ai-face.md) · [All operations](https://skmtc.net/azure/apis/ai-face/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/ai-face/versions/e9a68c525be6/schema)
