The ID of the board that contains the requested sprints.
OptionalmaxResults?: numberThe maximum number of sprints to return per page. See the 'Pagination' section at the top of this page for more details.
OptionalstartAt?: numberThe starting index of the returned sprints. Base index: 0. See the 'Pagination' section at the top of this page for more details.
Optionalstate?: "active" | "closed" | string & {} | "future"Filters results to sprints in specified states. Valid values: future, active, closed. You can define multiple states separated by commas, e.g. state=active,closed
Optionaloptions: RequestOptions
Returns all sprints from a board, for a given board ID. This only includes sprints that the user has permission to view.