---
title: "Get a day-aligned page of changelog entries"
method: GET
path: "/v3/changelogs/page"
tags: ["Changelogs"]
---

# Get a day-aligned page of changelog entries

`GET /v3/changelogs/page`

Returns every visible entry for the next N distinct days (default 14), ordered by date descending. Pass the previous response's nextCursor as `cursor` to load the next page. Days are never split across pages.

## Query parameters

- `cursor` string
- `days` string

## Response `200`

A page of N days of changelog entries plus the next cursor.

- object — A page of N days of changelog entries plus the next cursor.
  - `entries` object[], required
    - `id` string
    - `fullContent` string
    - `type` string
    - `date` string
    - `versionName` string, nullable
    - `thumbnailUrl` string, nullable
    - `slug` string, nullable
    - `visible` boolean
    - `createdAt` string
    - `updatedAt` string
  - `nextCursor` string, nullable, required
  - `hasMore` boolean, required

## Other responses

- `500` — Database or server error while loading entries.

---

[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/versions/b3bb15a00861/schema)
