---
title: "Get resolutions"
method: GET
path: "/rest/api/3/resolution"
tags: ["Issue resolutions"]
deprecated: true
---

# Get resolutions

`GET /rest/api/3/resolution`

> **Deprecated.**

Returns a list of all issue resolution values.

**[Permissions](#permissions) required:** Permission to access Jira.

## Response `200`

Returned if the request is successful.

- Resolution[]
  - `description` string — The description of the issue resolution.
  - `id` string — The ID of the issue resolution.
  - `name` string — The name of the issue resolution.
  - `self` string, uri — The URL of the issue resolution.

## Other responses

- `401` — Returned if the authentication credentials are incorrect or missing.

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-3.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api-3/versions/5a51740d7ab3/schema)
