---
title: "GET /largefacelists/{largeFaceListId}/persistedfaces/{persistedFaceId}"
method: GET
path: "/largefacelists/{largeFaceListId}/persistedfaces/{persistedFaceId}"
---

# GET /largefacelists/{largeFaceListId}/persistedfaces/{persistedFaceId}

`GET /largefacelists/{largeFaceListId}/persistedfaces/{persistedFaceId}`

Retrieve information about a persisted face (specified by persistedFaceId and its belonging largeFaceListId).

## Path parameters

- `largeFaceListId` string, required
- `persistedFaceId` string, uuid, required

## Response `200`

A successful call returns target persisted face's information (persistedFaceId and userData).

- PersistedFace — PersonFace object.
  - `persistedFaceId` string, uuid, required — The persistedFaceId of the target face, which is persisted and will not expire. Different from faceId created by Face - Detect and will expire in at the time specified by faceIdTimeToLive after the detection call.
  - `userData` string — User-provided data attached to the face. The size limit is 1KB.

## Other responses

- `default` — Error response.

---

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