---
title: "Get days of changelog entries promoted to the dashboard"
method: GET
path: "/v3/changelogs/announcements/"
tags: ["Changelogs"]
---

# Get days of changelog entries promoted to the dashboard

`GET /v3/changelogs/announcements/`

Returns one page of days, newest first. Releases publish as a batch sharing a timestamp, so a day is the unit: each carries its updates' ids and titles plus an unread count. Bodies are not included - fetch a day to read them.

## Query parameters

- `cursor` string
- `limit` string
- `unread` 'true' | 'false'

## Response `200`

A page of days, the total unread update count, and the cursor for the next page.

- object — A page of days, the total unread update count, and the cursor for the next page.
  - `days` object[], required
    - `date` string, required
    - `entries` object[], required
      - `id` string, required
      - `title` string, required
    - `unread` number, required
    - `preview` string, required
    - `imageUrl` string, nullable, required
  - `unreadCount` number, required
  - `totalDays` number, required
  - `nextCursor` string, nullable, required

## Other responses

- `401` — Not signed in.
- `500` — Server error while loading.

---

[API](https://skmtc.net/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.net/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/snowseo/snowseo-api/revisions/94875d963953/schema)
