---
title: "Get resolution"
method: GET
path: "/rest/api/2/resolution/{id}"
tags: ["Issue resolutions"]
---

# Get resolution

`GET /rest/api/2/resolution/{id}`

Returns an issue resolution value.

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

## Path parameters

- `id` string, required

## Response `200`

Returned if the request is successful.

- Resolution — Details of an issue 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.
- `404` — Returned if the issue resolution value is not found.

---

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