---
title: "List Published Entries"
method: GET
path: "/api/v1/release-notes/"
tags: ["release-notes"]
---

# List Published Entries

`GET /api/v1/release-notes/`

The default call is the panel's recency window; any browsing argument
(week bound or paging) widens to the full published history.

## Query parameters

- `before` string, date, nullable
- `offset` integer
- `limit` integer

## Response `200`

Successful Response

- ReleaseNoteEntryResponse[]
  - `id` string, uuid, required
  - `title` string, required
  - `body_markdown` string, required
  - `status` 'draft' | 'published', required
  - `publish_at` string, date-time, nullable, required
  - `week_start` string, date, required
  - `deleted_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

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