---
title: "Retrieve person face information. The persisted person face is specified by its personId and persistedFaceId."
method: GET
path: "/persons/{personId}/recognitionModels/{recognitionModel}/persistedFaces/{persistedFaceId}"
tags: ["PersonDirectory"]
---

# Retrieve person face information. The persisted person face is specified by its personId and persistedFaceId.

`GET /persons/{personId}/recognitionModels/{recognitionModel}/persistedFaces/{persistedFaceId}`

## Path parameters

- `personId` string, uuid, required
- `recognitionModel` string, required
- `persistedFaceId` string, uuid, required

## Response `200`

Success

- PersistedFaceResponse
  - `persistedFaceId` string, uuid
  - `userData` string

## Other responses

- `default` — Response entity accompanying non-successful responses containing additional details about the error.

---

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