---
title: "Get issue security level"
method: GET
path: "/rest/api/3/securitylevel/{id}"
tags: ["Issue security level"]
---

# Get issue security level

`GET /rest/api/3/securitylevel/{id}`

Returns details of an issue security level.

Use [Get issue security scheme](#api-rest-api-3-issuesecurityschemes-id-get) to obtain the IDs of issue security levels associated with the issue security scheme.

This operation can be accessed anonymously.

**[Permissions](#permissions) required:** None.

## Path parameters

- `id` string, required

## Response `200`

Returned if the request is successful.

- SecurityLevel — Details of an issue level security item.
  - `description` string — The description of the issue level security item.
  - `id` string — The ID of the issue level security item.
  - `isDefault` boolean — Whether the issue level security item is the default.
  - `issueSecuritySchemeId` string — The ID of the issue level security scheme.
  - `name` string — The name of the issue level security item.
  - `self` string — The URL of the issue level security item.

## Other responses

- `401` — Returned if the authentication credentials are incorrect.
- `404` — Returned if the issue security level is not found.

---

[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)
