Iterations
list_iterationsRetrieve iterations (sprints) for a GitLab group with cadence information. Filter by state and paginate results for sprint planning visibility.
Instructions
List iterations (sprints) for a group with cadence info. Requires GitLab Premium/Ultimate.
Input 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 | |
| fetchAll | No | Fetch all pages up to 100 results | |
| userCredentials | No | Your GitLab credentials (optional — falls back to the configured env token if not provided) |