---
title: "Get all issue statuses"
method: GET
path: "/issue-statuses"
tags: ["issue-statuses"]
---

# Get all issue statuses

`GET /issue-statuses`

Returns all issue statuses for the organization.

**Rate limit:** 10 requests per minute

## Response `200`

- GetIssueStatusesResponseBody
  - `data` IssueStatus[] — The data payload of the response.
    - `category` string — The category of the issue status.
    - `is_archived` boolean — Indicates if the issue status is archived.
    - `is_default_status` boolean — Indicates if the issue status is a default status.
    - `label` string — The label of the issue status.
    - `slug` string — The slug of the issue status.
  - `pagination` Pagination
    - `cursor` string, required — The cursor for the next page of results.
    - `has_next_page` boolean, required — Indicates if there is a next page of results.
  - `request_id` string — The request ID for tracking.

## Other responses

- `400` — The request was invalid or could not be completed.
- `404`
- `500` — An unexpected internal error occurred.

---

[API](https://skmtc.net/usepylon/apis/pylon-api.md) · [All operations](https://skmtc.net/usepylon/apis/pylon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usepylon/pylon-api/versions/484a11d5ddb2/schema)
