---
title: "GET /persons/{personId}/recognitionModels/{recognitionModel}/persistedfaces"
method: GET
path: "/persons/{personId}/recognitionModels/{recognitionModel}/persistedfaces"
---

# GET /persons/{personId}/recognitionModels/{recognitionModel}/persistedfaces

`GET /persons/{personId}/recognitionModels/{recognitionModel}/persistedfaces`

Retrieve a person's persistedFaceIds representing the registered person face feature(s).

## Path parameters

- `personId` string, uuid, required
- `recognitionModel` 'recognition_01' | 'recognition_02' | 'recognition_03' | 'recognition_04', required

## Response `200`

A successful call returns an array of persistedFaceIds and and a person ID.

- ListFaceResult — Response of list face of person.
  - `personId` string, uuid, required — Universally Unique Identifier
  - `persistedFaceIds` AzureCoreUuid[], required — Array of persisted face ids.

## Other responses

- `default` — An unexpected error response.

## Changes

- **2026-07-13** `44e2cf82becd` — 1 info
  - endpoint added
- **2026-07-13** `e1f63ec9983b` — 1 info
  - endpoint added
- **2026-07-13** `5375faa8d134` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/azure/apis/ai-face/changes/persons/:personId/recognitionModels/:recognitionModel/persistedfaces/get.md)

---

[API](https://skmtc.dev/azure/apis/ai-face.md) · [All operations](https://skmtc.dev/azure/apis/ai-face/llms.txt) · [OpenAPI document](https://skmtc.dev/azure/apis/ai-face/revisions/44e2cf82becd?raw)
