list_iterations
Retrieve sprints (iterations) for a GitLab group with cadence details, supporting filtering by state and pagination for project planning.
Instructions
List iterations (sprints) for a group with cadence info. Requires GitLab Premium/Ultimate.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| groupPath | Yes | Full path of the group (e.g., "my-group" or "parent/child-group") | |
| state | No | Filter by state: upcoming, current, opened, closed (omit for all) | |
| first | No | Number of iterations to retrieve | |
| after | No | Cursor for pagination | |
| userCredentials | No | Your GitLab credentials (optional - uses shared token if not provided) |