---
title: "GET /portfolio/{portfolioId}/statuses"
method: GET
path: "/portfolio/{portfolioId}/statuses"
tags: ["Portfolios"]
---

# GET /portfolio/{portfolioId}/statuses

`GET /portfolio/{portfolioId}/statuses`

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

## Path parameters

- `portfolioId` string, required

## Response `200`

A list of the portfolio’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 portfolio ID
- `401` — No access to portfolio
- `403` — Access denied
- `404` — Portfolio 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/revisions/2d001661c781/schema)
