---
title: "List Projects"
method: GET
path: "/api/v2/projects/all"
tags: ["Configuration"]
---

# List Projects

`GET /api/v2/projects/all`

Retrieve all projects accessible to the current user. Use to discover available projects or build project selection UIs.

## Response `200`

Projects(projects: List[server.api_routes.projects_api_v2.ProjectInfo])

- object
  - `projects` ProjectInfo[], required
    - `id` string, uuid, required
    - `name` string, required

---

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