---
title: "List task priorities"
method: GET
path: "/task-priorities"
tags: ["Priorities"]
---

# List task priorities

`GET /task-priorities`

Returns all available task priorities with light/dark theme colors.

## Response `200`

Priorities retrieved successfully

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

---

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