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

# List Entries

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

Deploy-window shim preserving the pre-envelope array shape.

Client bundles built before the paged envelope existed call this route and
``.map`` the response, and the API promotes before the client deploy — so
the shape must hold until no deployed bundle calls it. Delete once the
release carrying ``/entries-paged`` is live and old admin tabs have aged
out (grep: no client reference to ``/internal/release-notes/entries`` that
is not ``entries-paged``).

## 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

---

[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/revisions/ac8a0a8837e3/schema)
