---
title: "List projects"
method: GET
path: "/api/v1/projects"
tags: ["Projects"]
---

# List projects

`GET /api/v1/projects`

List all projects

## Response `200`

Successfully listed projects

- object
  - `success` boolean, required
  - `data` object, required
    - `projects` object[], required
      - `id` string, required — Project ID
      - `ownerId` string, required — Owner ID
      - `name` string, required — Workspace name
      - `icon` string, required — Project icon identifier
      - `color` string, required — Project color theme
      - `createdAt` string, required — Creation timestamp
      - `updatedAt` string, required — Last updated timestamp
    - `total` number, required

## Other responses

- `401` — Unauthorized - missing or invalid JWT token

---

[API](https://skmtc.dev/specstoryai/apis/specstory-cloud-api.md) · [All operations](https://skmtc.dev/specstoryai/apis/specstory-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/specstoryai/specstory-cloud-api/revisions/2009d44a1949/schema)
