Get all sprints
Returns all sprints from a board, for a given board ID. This only includes sprints that the user has permission to view.
Path parameters
The ID of the board that contains the requested sprints.
Query parameters
The starting index of the returned sprints. Base index: 0. See the 'Pagination' section at the top of this page for more details.
The maximum number of sprints to return per page. See the 'Pagination' section at the top of this page for more details.
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
Response
Returns the requested sprints, at the specified page of the results. Sprints will be ordered first by state (i.e. closed, active, future) then by their position in the backlog.