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

# Get priority

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

Returns an issue priority. To fetch multiple priorities at once, use [Search priorities](#api-rest-api-2-priority-search-get) instead.

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

## Path parameters

- `id` string, required

## Response `200`

Returned if the request is successful.

- Priority — An issue priority.
  - `avatarId` integer — The avatarId of the avatar for the issue priority. This parameter is nullable and when set, this avatar references the universal avatar APIs.
  - `description` string — The description of the issue priority.
  - `iconUrl` string — The URL of the icon for the issue priority.
  - `id` string — The ID of the issue priority.
  - `isDefault` boolean — Whether this priority is the default.
  - `name` string — The name of the issue priority.
  - `schemes` ExpandPrioritySchemePage
    - `maxResults` integer
    - `startAt` integer
    - `total` integer
  - `self` string — The URL of the issue priority.
  - `statusColor` string — The color used to indicate the issue priority.

## Other responses

- `401` — Returned if the authentication credentials are incorrect.
- `404` — Returned if the issue priority isn't 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)
