---
title: "Get issues for sprint"
method: GET
path: "/rest/agile/1.0/sprint/{sprintId}/issue"
tags: ["Sprint"]
deprecated: true
---

# Get issues for sprint

`GET /rest/agile/1.0/sprint/{sprintId}/issue`

> **Deprecated.**

Returns all issues in a sprint, for a given sprint ID. This only includes issues that the user has permission to view. By default, the returned issues are ordered by rank.

## Path parameters

- `sprintId` integer, required

## Query parameters

- `startAt` integer
- `maxResults` integer
- `jql` string
- `validateQuery` boolean
- `fields` object[]
- `expand` string

## Response `200`

Returns the requested issues, at the specified page of the results.

## Other responses

- `401` — Returned if the user is not logged in.
- `403` — Returned if the user does not have a valid license.
- `404` — Returned if sprint does not exist or the user cannot 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)
