---
title: "GET /workspace/{workspaceId}/statuses"
method: GET
path: "/workspace/{workspaceId}/statuses"
tags: ["Workspaces"]
---

# GET /workspace/{workspaceId}/statuses

`GET /workspace/{workspaceId}/statuses`

Get the workspace’s full native status list (“Workflow & statuses”)

## Path parameters

- `workspaceId` string, required

## Response `200`

A list of the workspace’s statuses

- ItemStatus[]
  - `id` string, required
  - `name` string, required
  - `phase` 'open' | 'in_progress' | 'done' | 'released' — Workflow bucket a status belongs to, mirroring the core's GlobalStatus states.
  - `color` string, nullable — Swatch shown in the UI, e.g. `#586CF5`.

## Other responses

- `400` — Invalid workspace ID
- `401` — No access to account
- `403` — Access denied
- `404` — Workspace not found
- `500` — An error occurred while fetching statuses

---

[API](https://skmtc.net/craft/apis/craft-io-public-api.md) · [All operations](https://skmtc.net/craft/apis/craft-io-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/craft/craft-io-public-api/versions/2d001661c781/schema)
