The Id of the board that contains the requested sprints.
OptionalmaxResults?: numberThe maximum number of sprints to return per page. Default: 50.
OptionalstartAt?: numberThe starting index of the returned sprints. Base index: 0.
Optionalstate?: string | string[]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.