list_project_sprints
Retrieve backlog sprints for a specified OpenProject project using its ID or identifier. Supports pagination with limit and offset parameters to manage large result sets.
Instructions
List Backlogs sprints for a project by id or identifier.
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| project | Yes |