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

# List Projects

`GET /projects`

List all projects the user has access to.

## Query parameters

- `namespace_id` string, nullable — Filter by namespace ID
- `limit` integer — Maximum number of results
- `page_number` integer — Page number

## Response `200`

Successful Response

- ProjectListItem[]
  - `id` string, required — The unique identifier of the project.
  - `name` string, required — Project name.
  - `namespace_id` string, required — The namespace this project belongs to.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/terminaluse/apis/sb0-api.md) · [All operations](https://skmtc.net/terminaluse/apis/sb0-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/terminaluse/sb0-api/revisions/f24a474dc415/schema)
