---
title: "Get release notes for a version"
method: GET
path: "/global/release-notes/{version}"
---

# Get release notes for a version

`GET /global/release-notes/{version}`

Fetch the GitHub release notes for the given codeplane version (cached in-process).

## Path parameters

- `version` string, required

## Response `200`

Release notes

- object
  - `tag` string, required
  - `name` string, nullable, required
  - `body` string, nullable, required
  - `url` string, nullable, required
  - `publishedAt` string, nullable, required

## Other responses

- `404` — No release notes found

---

[API](https://skmtc.dev/isogonic/apis/codeplane.md) · [All operations](https://skmtc.dev/isogonic/apis/codeplane/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/isogonic/codeplane/revisions/e787ab2e6692/schema)
