---
title: "Track Exercise View"
method: POST
path: "/cpge-exercises/{exercise_id}/track-view"
tags: ["cpge_exercises"]
---

# Track Exercise View

`POST /cpge-exercises/{exercise_id}/track-view`

Track when a user views a CPGE exercise.
This will create a new record if it's the first view,
or update the last_seen_at timestamp if the user has viewed it before.

## Path parameters

- `exercise_id` string, required

## Response `200`

Successful Response

- RoutersCpgeExercisesBasicResponse
  - `status` string, required
  - `message` string, required
  - `data` object, nullable
  - `transcript` string, nullable
  - `url` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc.dev/excellence-ai/apis/excellence-learning/revisions/2a0c1636fd3b?raw)
