list_sprints
Lists backlogs sprints visible to the current token. Use limit and offset to page through results until next_offset is null.
Instructions
List Backlogs sprints visible to the current token.
Requires the OpenProject Backlogs module; unavailable instances return a clear not-found message.
limit is capped at OPENPROJECT_MAX_PAGE_SIZE (default 50); pass the returned next_offset as the next call's offset to page past the cap. total is only the count of allowed sprints returned on THIS page, not a full count of all matches — the search stops as soon as it has enough, so an exact total would need an extra full walk. Page until next_offset is null.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No |