Get Card Movements
get_card_movementsRetrieve a board's confirmed list-to-list card movements from action history, with optional filters for member, card, or lists. Track workflow activity, not productivity.
Instructions
List confirmed list-to-list card movements from a board's action history, optionally filtered by member, card, source list, or destination list. Workflow activity, not a productivity metric.
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 | |
| cardId | No | Restrict results to this Trello card ID | |
| memberId | No | Restrict results to this Trello member ID | |
| toListId | No | Restrict results to movements into this Trello list ID | |
| fromListId | No | Restrict results to movements out of this Trello list ID | |
| maxActions | No | Cap on the total number of actions scanned across pagination (default: 1000) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| movements | Yes | ||
| truncated | Yes | ||
| actionsScanned | Yes | ||
| requestedRange | Yes | ||
| matchedMovements | Yes |