List Card Timelogs
kaiten_get_card_timelogsGet a card's time logs by card ID to review time spent in minutes and capture log IDs for updating or deleting entries.
Instructions
List a card's timelogs. Returns array; time_spent is in minutes. logId is used by kaiten_update_timelog / kaiten_delete_timelog; cardId from kaiten_search_cards. NOTE: returns [] for nonexistent cards as well as cards with no timelogs — verify cardId via kaiten_search_cards if you need to distinguish.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cardId | Yes | Card ID | |
| verbosity | No | Detail: raw|min(default)|normal|max | min |