---
title: "Get release notes"
method: GET
path: "/releases"
tags: ["Releases"]
---

# Get release notes

`GET /releases`

Fetch release notes from Strapi with caching

## Query parameters

- `project` 'comfyui' | 'comfyui_frontend' | 'desktop' | 'cloud', required
- `current_version` string
- `locale` 'en' | 'es' | 'fr' | 'ja' | 'ko' | 'ru' | 'zh'
- `form_factor` string

## Response `200`

Release notes retrieved successfully

- ReleaseNote[]
  - `attention` 'low' | 'medium' | 'high', required — The attention level for this release
  - `content` string, required — The content of the release note in markdown format
  - `id` integer, required — Unique identifier for the release note
  - `project` 'comfyui' | 'comfyui_frontend' | 'desktop' | 'cloud', required — The project this release note belongs to
  - `published_at` string, date-time, required — When the release note was published
  - `version` string, required — The version of the release

## Other responses

- `400` — Bad request
- `500` — Internal server error

---

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