---
title: "Get all sprints"
method: GET
path: "/rest/agile/1.0/board/{boardId}/sprint"
tags: ["Board"]
---

# Get all sprints

`GET /rest/agile/1.0/board/{boardId}/sprint`

Returns all sprints from a board, for a given board ID. This only includes sprints that the user has permission to view.

## Path parameters

- `boardId` integer, required

## Query parameters

- `startAt` integer
- `maxResults` integer
- `state` object

## Response `200`

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.

## Other responses

- `400` — Returned if the request is invalid.
- `401` — Returned if the user is not logged in.
- `403` — Returned if the user does not have a valid license.
- `404` — Returned if board does not exist or the user does not have permission to view it.

---

[API](https://skmtc.net/atlassian/apis/jira-software-cloud-api.md) · [All operations](https://skmtc.net/atlassian/apis/jira-software-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/jira-software-cloud-api/revisions/4e108d54b990/schema)
