Get Sprint Summary
kaiten_get_sprintGet a complete sprint summary including metadata, cards, version history, and custom properties. Choose verbosity to control detail and exclude deleted cards for cleaner results.
Instructions
Get a full sprint summary: sprint metadata PLUS the cards in the sprint, their version history (cardUpdates), and the custom properties used. The response is LARGE at verbosity=max — prefer min (returns cards_count only) or normal (returns brief {id,title,state} per card) unless you specifically need cardUpdates or customProperties. excludeDeletedCards filters out cards in condition=3 (deleted). Returns 404 if the sprintId is not found, 403 if the caller has no access to the sprint's space. sprintId from kaiten_list_sprints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sprintId | Yes | Sprint ID (from kaiten_list_sprints) | |
| verbosity | No | Detail: raw|min(default)|normal|max | min |
| excludeDeletedCards | No | Exclude cards in condition=3 (deleted) from the summary |