---
title: "Get all project categories"
method: GET
path: "/rest/api/2/projectCategory"
tags: ["Project categories"]
---

# Get all project categories

`GET /rest/api/2/projectCategory`

Returns all project categories.

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

## Response `200`

Returned if the request is successful.

- ProjectCategory[]
  - `description` string — The description of the project category.
  - `id` string — The ID of the project category.
  - `name` string — The name of the project category. Required on create, optional on update.
  - `self` string, uri — The URL of the project category.

## Other responses

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

---

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