---
title: "GET /facelists"
method: GET
path: "/facelists"
---

# GET /facelists

`GET /facelists`

List Face Lists' faceListId, name, userData and recognitionModel.

To get face information inside Face List use "Get Face List".

## Query parameters

- `returnRecognitionModel` boolean

## Response `200`

A successful call returns an array of Face Lists.

- FaceListItem[]
  - `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

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