Get card history
kanbanzone_get_card_historyGet a card's complete activity log (column moves, edits, comments) starting from a given ISO date.
Instructions
Fetch the activity history for a card (column moves, edits, comments, etc.) starting from a date.
Args:
id (string, required): card ObjectId.
start (string, required): ISO date — only events on/after this date are returned.
response_format ("markdown" | "json").
Examples:
"What happened to card 670... since 2025-01-01?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| start | Yes | ISO date — only events on/after this date are returned. | |
| response_format | No | Output format. 'markdown' (default) is human-readable; 'json' is the raw structured payload. | markdown |