---
title: "GET /project"
method: GET
path: "/project"
tags: ["Projects"]
---

# GET /project

`GET /project`

Get all projects in a workspace

## Query parameters

- `workspaceId` string, required

## Response `200`

List of projects with statistics

- object[]
  - `id` string, required
  - `workspaceId` string, required
  - `slug` string, required
  - `icon` string, required
  - `name` string, required
  - `description` string, required
  - `createdAt` unknown, required
  - `isPublic` boolean, required

## Changes

- **2025-12-11** `93b231773126` — 1 breaking, 8 info
  - the `items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added the required property `items/createdAt` to the response with the `200` status
  - added the required property `items/description` to the response with the `200` status
  - added the required property `items/icon` to the response with the `200` status
  - …5 more

[Change history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/project/get.md)

---

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