Get List Changes
get_list_changesAudit Trello list history: find who created, renamed, archived, or unarchived lists on a board, scoped by date range or list ID.
Instructions
Main structural audit tool: who created, renamed, archived, or unarchived lists on a board, optionally scoped to a date range and/or a single list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board | Yes | Trello board ID, shortLink, or full board URL (e.g. https://trello.com/b/abc123/my-board) | |
| since | No | ISO 8601 timestamp — only include actions at or after this time (e.g. 2026-01-01T00:00:00.000Z) | |
| before | No | ISO 8601 timestamp — only include actions strictly before this time | |
| listId | No | Restrict results to structural changes on this specific Trello list ID | |
| maxActions | No | Cap on the total number of actions scanned across pagination (default: 1000) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| events | Yes | ||
| truncated | Yes | ||
| matchedEvents | Yes | ||
| actionsScanned | Yes | ||
| requestedRange | Yes |