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

# Get All Release Updates

`GET /admin/release-updates/`

Get all release updates (Admin only) - includes unpublished updates

## Query parameters

- `skip` integer
- `limit` integer
- `include_unpublished` boolean

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