---
title: "Get kanban stages"
method: GET
path: "/tasks/v1/stages"
tags: ["tasksService"]
---

# Get kanban stages

`GET /tasks/v1/stages`

Get kanban stages

## Response `200`

OK

- object
  - `data` CanbanStage[]
    - `id` string
    - `title` string
    - `color` string
    - `sort` integer
    - `afterId` string — The ID of the stage to add after.

## Other responses

- `401` — Access token is missing or invalid

---

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