Get Card Location History
kaiten_get_card_location_historyRetrieve a card's complete movement history—boards, columns, lanes, sprints—with timestamps and authors, enabling audits of who moved what and cycle-time analysis of column dwell time.
Instructions
Get the card movement history — every time the card was moved between boards, columns, lanes, or sprints, with a timestamp and the author who performed the move. Useful for audit ('who moved this card and when') and cycle-time analytics ('how long did this card sit in each column'). Sorted newest-first by changed. NOTE: unlike most Kaiten endpoints the history id field is a STRING (not an integer) — treat it as an opaque identifier. condition: 1=Active, 2=Archived, 3=Deleted. cardId from kaiten_get_card or kaiten_search_cards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cardId | Yes | Card ID (from kaiten_search_cards or kaiten_get_card) | |
| verbosity | No | Detail: raw|min(default)|normal|max | min |