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

# Get Published Release Updates

`GET /release-updates/`

Get published release updates for teachers/users

## Query parameters

- `skip` integer
- `limit` integer

## 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

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