---
title: "Get latest changelog entries"
method: GET
path: "/changelog"
tags: ["changelog"]
---

# Get latest changelog entries

`GET /changelog`

Returns the latest public changelog entries for the controlplane UI. The origin response is intentionally not cached in memory; CloudFront caches this endpoint according to the Cache-Control header.

## Response `200`

Latest changelog entries

- ChangelogResponse — Latest changelog entries shown in the controlplane UI.
  - `entries` ChangelogEntry[] — Latest changelog entries, newest first.
    - `content` string — Markdown body for the changelog entry.
    - `date` string — Release date for the changelog entry in YYYY-MM-DD format.
    - `title` string — Changelog entry title.

---

[API](https://skmtc.net/blaxel/apis/blaxel-control-plane.md) · [All operations](https://skmtc.net/blaxel/apis/blaxel-control-plane/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blaxel/blaxel-control-plane/revisions/dfa264bc72ee/schema)
