---
title: "List all KnownFaces list"
method: GET
path: "/api/knownfaces/lists"
tags: ["KnownFaces"]
---

# List all KnownFaces list

`GET /api/knownfaces/lists`

Lists all KnownFaces list

## Headers

- `Accept-Version` string, required

## Response `200`

OK

- KnownFacesList[]
  - `listId` string, uuid, required — Unique list identifier.
  - `listName` string, required — The list name (max 32 characters, alphanumeric, -, _, and space only. No duplicate entries)

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/trulioo/apis/trulioo-platform-api.md) · [All operations](https://skmtc.net/trulioo/apis/trulioo-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trulioo/trulioo-platform-api/versions/a825565ee177/schema)
