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

# GET /api/v1/projects/mine

`GET /api/v1/projects/mine`

## Response `200`

OK

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

## Changes

- **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`
- **2025-06-09** `f459136b43ba` — 1 info
  - endpoint added
- **2025-06-01** `3ead7a21ae41` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/linux-do/apis/linux-do-cdk/changes/api/v1/projects/mine/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/6bc86a9ffb94/schema)
