---
title: "Get Unseen Release Updates"
method: GET
path: "/release-updates/unseen"
tags: ["release-updates"]
---

# Get Unseen Release Updates

`GET /release-updates/unseen`

Get release updates that the current user hasn't seen yet

## Response `200`

Successful Response

- ReleaseUpdateOut[]
  - `id` string, required
  - `version` string, required
  - `title` string, required
  - `release_date` string, date-time, required
  - `description` string, required
  - `target_role` 'teacher' | 'student'
  - `is_published` boolean, required
  - `likes_count` integer
  - `liked_by_current_user` boolean
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `created_by` string, required

---

[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-service-production.skmtc.workers.dev/v1/apis/excellence-ai/excellence-learning/revisions/c407f3b5a05b/schema)
