---
title: "Get release notes"
method: GET
path: "/ReleaseNotes"
tags: ["Releasenotes"]
---

# Get release notes

`GET /ReleaseNotes`

**Auth:** Authenticated - any signed-in user.

Returns published release notes (newest first). Admins may request unpublished drafts too.

## Query parameters

- `includeUnpublished` boolean, required

## Response `200`

Success

- GetReleaseNotesResponse
  - `releaseNotes` ReleaseNote[]
    - `id` integer
    - `version` string, required
    - `title` string, nullable
    - `bodyHtml` string, nullable
    - `published` boolean
    - `releasedOn` string, date-time, nullable
    - `created` string, date-time, nullable
    - `updated` string, date-time, nullable

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/fab57bf5558a/schema)
