list_changelog
List a board’s changelog entries, optionally filtered by status (all, draft, published). Cursor pagination.
required scope: read.
example prompts
Section titled “example prompts”- “summarise the last 10 published changelog entries on the alpha board.”
- “list our draft changelogs that haven’t shipped yet.”
| field | type | required | notes |
|---|---|---|---|
board_id | string | yes | |
status | enum (all, draft, published) | no | default: "all" |
cursor | string | no | |
limit | integer (1-50) | no | default: 25 |
output
Section titled “output”{ "data": [ChangelogEntry, ...], "nextCursor": "..." | null }.