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

# List All Projects

`GET /v1/projects`

An endpoint for listing projects.

## Query parameters

- `page` unknown
- `size` unknown

## Response `200`

Projects have been retrieved

- PagedResultListProjectSummary
  - `page` integer — The 0-indexed page number of the returned results.
  - `results` ProjectSummary[] — Page of results or empty.
    - `description` string — The description of the project as set by the user
    - `id` string — The UUID of the project
    - `name` string — The name of the project as set by the user
  - `size` integer — The size of each page of results.
  - `total` integer — Total number of available results across all pages.

## Other responses

- `400` — Wrong request parameters used
- `403` — Unauthorized
- `500` — Unexpected error occurred

---

[API](https://skmtc.net/maia/apis/maia-public-rest-api.md) · [All operations](https://skmtc.net/maia/apis/maia-public-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/maia/maia-public-rest-api/versions/6239825f68eb/schema)
