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

# GET /api/v1/projects

`GET /api/v1/projects`

## Query parameters

- `current` integer
- `size` integer
- `tags` string[]

## Response `200`

OK

- ProjectListProjectsResponse
  - `data` ProjectListProjectsResponseData
    - `results` ProjectListProjectsResponseDataResult[]
      - `allow_same_ip` boolean
      - `created_at` string
      - `description` string
      - `distribution_type` 0 | 1 | 2
      - `end_time` string
      - `hide_from_explore` boolean
      - `id` string
      - `minimum_trust_level` 0 | 1 | 2 | 3 | 4
      - `name` string
      - `price` number
      - `risk_level` integer
      - `start_time` string
      - `tags` string[]
      - `total_items` integer
    - `total` integer
  - `error_msg` string

## Changes

- **2025-07-09** `aea63dc8d4a4` — 3 info
  - added the new optional `query` request parameter `current`
  - added the new optional `query` request parameter `size`
  - added the new optional `query` request parameter `tags`
- **2025-07-07** `9944e3159c96` — 3 warning
  - deleted the `query` request parameter `current`
  - deleted the `query` request parameter `size`
  - deleted the `query` request parameter `tags`
- **2025-07-07** `cdb3a008d544` — 3 info
  - added the new optional `query` request parameter `current`
  - added the new optional `query` request parameter `size`
  - added the new optional `query` request parameter `tags`
- **2025-07-07** `6bc86a9ffb94` — 3 warning
  - deleted the `query` request parameter `current`
  - deleted the `query` request parameter `size`
  - deleted the `query` request parameter `tags`
- **2025-07-06** `4c2ff87af09a` — 3 info
  - added the new optional `query` request parameter `current`
  - added the new optional `query` request parameter `size`
  - added the new optional `query` request parameter `tags`

[Full history](https://skmtc.dev/linux-do/apis/linux-do-cdk/changes/api/v1/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)
