---
title: "Get the classification configuration for a project"
method: GET
path: "/rest/api/3/project/{projectIdOrKey}/classification-config"
tags: ["Project classification levels"]
---

# Get the classification configuration for a project

`GET /rest/api/3/project/{projectIdOrKey}/classification-config`

Returns the consolidated classification configuration for a project's admin settings page.

This includes permitted classification levels (with status), the project's default classification level, the organization's default classification level, and the container override setting.

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

 *  *Browse Projects* [project permission](https://confluence.atlassian.com/x/yodKLg) for the project.
 *  *Administer projects* [project permission](https://confluence.atlassian.com/x/yodKLg) for the project.
 *  *Administer jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).

## Path parameters

- `projectIdOrKey` string, required

## Response `200`

Returned if the request is successful.

- unknown

## Other responses

- `401` — Returned if the user does not have the necessary permission.
- `404` — Returned if the project is not found or the feature is disabled.

---

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