get_card_history
Retrieve the complete history of actions performed on a Trello card, including comments, list moves, and label changes. Specify optional filters to narrow down by action type.
Instructions
Get the history/actions of a specific card
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| boardId | No | ID of the Trello board (uses default if not provided) | |
| cardId | Yes | ID of the card to get history for | |
| limit | No | Optional: Number of actions to fetch (default: all) | |
| filter | No | Optional: Filter actions by type (e.g., "all", "updateCard:idList", "addAttachmentToCard", "commentCard", "updateCard:name", "updateCard:desc", "updateCard:due", "addMemberToCard", "removeMemberFromCard", "addLabelToCard", "removeLabelFromCard") |