---
title: "GET /api/v1/admin/projects"
method: GET
path: "/api/v1/admin/projects"
tags: ["admin"]
---

# GET /api/v1/admin/projects

`GET /api/v1/admin/projects`

## Query parameters

- `current` integer
- `size` integer
- `status` 0 | 1 | 2

## Response `200`

OK

- AdminListProjectsResponse
  - `data` AdminListProjectsResponseData
    - `results` AdminListProjectsResponseDataResult[]
      - `description` string
      - `id` string
      - `nickname` string
      - `status` 0 | 1 | 2
      - `tags` string[]
      - `username` string
    - `total` integer
  - `error_msg` string

## Changes

- **2025-07-09** `aea63dc8d4a4` — 1 info
  - endpoint added
- **2025-07-07** `9944e3159c96` — 1 breaking
  - api path removed without deprecation
- **2025-07-07** `cdb3a008d544` — 1 info
  - endpoint added
- **2025-07-07** `6bc86a9ffb94` — 1 breaking
  - api path removed without deprecation
- **2025-07-06** `2d9e828221d4` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/linux-do/apis/linux-do-cdk/changes/api/v1/admin/projects/get.md)

---

[API](https://skmtc.dev/linux-do/apis/linux-do-cdk.md) · [All operations](https://skmtc.dev/linux-do/apis/linux-do-cdk/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/linux-do/linux-do-cdk/revisions/bfcaf861199c/schema)
