---
title: "Get all classification levels"
method: GET
path: "/rest/api/3/classification-levels"
tags: ["Classification levels"]
---

# Get all classification levels

`GET /rest/api/3/classification-levels`

Returns all classification levels.

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

## Query parameters

- `status` string[]
- `orderBy` 'rank' | '-rank' | '+rank'

## Response `200`

Returned if the request is successful.

- DataClassificationLevelsBean — The data classification.
  - `classifications` DataClassificationTagBean[] — The data classifications.
    - `color` string — The color of the data classification object.
    - `description` string — The description of the data classification object.
    - `guideline` string — The guideline of the data classification object.
    - `guidelineADF` string — The guideline in ADF (Atlassian Document Format) for rich text rendering.
    - `id` string, required — The ID of the data classification object.
    - `name` string — The name of the data classification object.
    - `rank` integer — The rank of the data classification object.
    - `status` string, required — The status of the data classification object.

## Other responses

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

---

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