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

# List

`GET /projects`

List projects.

## Response `200`

Get all projects.

- Project[]
  - `id` integer
  - `uuid` string
  - `name` string
  - `description` string

## Other responses

- `400` — Invalid token.
- `401` — Unauthenticated.

---

[API](https://skmtc.net/coollabsio/apis/coolify.md) · [All operations](https://skmtc.net/coollabsio/apis/coolify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coollabsio/coolify/revisions/08be5dc8e729/schema)
