---
title: "List case cards"
method: GET
path: "/v1/transaction_monitoring/cases/{case_token}/cards"
tags: ["Transaction Monitoring"]
---

# List case cards

`GET /v1/transaction_monitoring/cases/{case_token}/cards`

Lists the cards involved in a case, with per-card transaction counts.

## Path parameters

- `case_token` string, uuid, required

## Response `200`

Case cards

- CaseCard[]
  - `card_token` string, uuid, required — Token of the card
  - `account_token` string, uuid, required — Token of the account the card belongs to
  - `transaction_count` integer, required — Number of the card's transactions associated with the case

## Other responses

- `404` — Not Found

## Changes

- **2026-06-10** `1c39edadd1a4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/lithic-com/apis/lithic-developer-api/changes/v1/transaction_monitoring/cases/:case_token/cards/get.md)

---

[API](https://skmtc.dev/lithic-com/apis/lithic-developer-api.md) · [All operations](https://skmtc.dev/lithic-com/apis/lithic-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lithic-com/lithic-developer-api/revisions/53ab5d4e2adb/schema)
