---
title: "Get all status categories"
method: GET
path: "/rest/api/3/statuscategory"
tags: ["Workflow status categories"]
---

# Get all status categories

`GET /rest/api/3/statuscategory`

Returns a list of all status categories.

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

## Response `200`

Returned if the request is successful.

- StatusCategory[]
  - `colorName` string — The name of the color used to represent the status category.
  - `id` integer — The ID of the status category.
  - `key` string — The key of the status category.
  - `name` string — The name of the status category.
  - `self` string — The URL of the status 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-3.md) · [All operations](https://skmtc.dev/atlassian/apis/the-jira-cloud-platform-rest-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api-3/revisions/2783f5d3849c/schema)
