---
title: "Get Enhanced Flashcard Analytics"
method: GET
path: "/learning/enhanced-flashcards/analytics/{user_id}"
tags: ["enhanced-flashcards", "enhanced-flashcards"]
---

# Get Enhanced Flashcard Analytics

`GET /learning/enhanced-flashcards/analytics/{user_id}`

Get analytics for a user's enhanced flashcard performance.

Computed from flashcards + flashcard_reviews in the DB. The previous
implementation read a per-process memory dict populated only by the pod
that ran generation/review — on a multi-pod cluster it returned zeros
whenever the GET landed on any other pod.

## Path parameters

- `user_id` string, required

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fluentea/aurqa-language-learning-platform-refactored/revisions/78f314acd8bf/schema)
