---
title: "Get Release Update"
method: GET
path: "/admin/release-updates/{update_id}"
tags: ["admin-release-updates"]
---

# Get Release Update

`GET /admin/release-updates/{update_id}`

Get a specific release update by ID (Admin only)

## Path parameters

- `update_id` string, required

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