v6
OpenAPI 3.0.02026-08-044760291.8 KBChangelogs
Get a day-aligned page of changelog entries
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.
get/v3/changelogs/page
Query parameters
cursorstring
ISO date — return entries strictly older than this (previous nextCursor).
daysstring
Distinct days per page (default 14, capped at 60).
Response
A page of N days of changelog entries plus the next cursor.