List Sprints
kaiten_list_sprintsList company sprints with an optional active filter, returning IDs, titles, dates, and velocity. Use to track scrum progress. Empty array means sprints are not configured.
Instructions
List company sprints with an optional active-flag filter. A sprint in Kaiten is a scrum-style time-box with velocity/committed tracking. Not every workspace uses sprints — an empty array means sprints are simply not configured here, not that your access is broken. Returns id, title, active, dates, velocity. Requires access to the company entities tree (403 otherwise). Use kaiten_get_sprint for the full per-sprint summary including cards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 100, max 100) | |
| active | No | Filter by active flag (omit for all sprints) | |
| offset | No | Offset for pagination | |
| verbosity | No | Detail: raw|min(default)|normal|max | min |