---
title: "List task statuses by project"
method: GET
path: "/statuses"
tags: ["Statuses"]
---

# List task statuses by project

`GET /statuses`

Returns all task statuses for a project ordered by sort order.

## Query parameters

- `project` string, uuid, required

## Response `200`

Statuses retrieved successfully

- object
  - `done` boolean, required — Indicates if the operation was successful
  - `body` TaskStatus[], nullable, required — Response data (type varies by endpoint, null if no data)
    - `id` string, uuid
    - `name` string
    - `color_code` string
    - `color_code_dark` string, nullable
    - `category_id` string, uuid
    - `category_name` string, nullable
    - `description` string, nullable
  - `title` string, nullable — Optional response title
  - `message` string, nullable — Optional message (error message or success notification)

## Other responses

- `400` — Request validation failed

---

[API](https://skmtc.dev/worklenz/apis/worklenz-api.md) · [All operations](https://skmtc.dev/worklenz/apis/worklenz-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/worklenz/worklenz-api/revisions/e44341b9118c/schema)
