---
title: "Get all transactions tagged to the specified list"
method: GET
path: "/api/knownfaces/lists/{listId}"
tags: ["KnownFaces"]
---

# Get all transactions tagged to the specified list

`GET /api/knownfaces/lists/{listId}`

Lists all transactions under a list

## Path parameters

- `listId` string, required

## Headers

- `Accept-Version` string, required

## Response `200`

OK

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

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `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)
