---
title: "Retrieves all task status definitions configured in the account, grouped by task type. Includes status codes, display names, colors, sort order, and whether the status represents a completed state."
method: GET
path: "/api/TaskStatus"
tags: ["TaskStatus"]
---

# Retrieves all task status definitions configured in the account, grouped by task type. Includes status codes, display names, colors, sort order, and whether the status represents a completed state.

`GET /api/TaskStatus`

## Response `200`

Returns all task status definitions grouped by task type.

- TaskStatusList — Collection of task status definitions.
  - `statuses` TaskStatusDetails[] — List of task status definitions configured in the account.
    - `TaskStatusCode` string — Unique code identifying this task status.
    - `Name` string — Display name of the status.
    - `Color` string — Hex color code for the status display.
    - `DisplayOrder` integer — Sort order position for display.
    - `isComplete` boolean — Whether this status represents a completed/done state.
    - `AccountTaskTypeIDFK` integer — The task type this status belongs to.
    - `TaskTypeName` string — Name of the parent task type.

---

[API](https://skmtc.net/avaza/apis/avaza-api-documentation.md) · [All operations](https://skmtc.net/avaza/apis/avaza-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/avaza/avaza-api-documentation/versions/1eeadf750514/schema)
