Skip to content

list_changelog

List a board’s changelog entries, optionally filtered by status (all, draft, published). Cursor pagination.

required scope: read.

  • “summarise the last 10 published changelog entries on the alpha board.”
  • “list our draft changelogs that haven’t shipped yet.”
fieldtyperequirednotes
board_idstringyes
statusenum (all, draft, published)nodefault: "all"
cursorstringno
limitinteger (1-50)nodefault: 25

{ "data": [ChangelogEntry, ...], "nextCursor": "..." | null }.