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

# GET /api/v1/projects/received

`GET /api/v1/projects/received`

## Query parameters

- `current` integer
- `search` string
- `size` integer

## Response `200`

OK

- ProjectListReceiveHistoryResponse
  - `data` ProjectListReceiveHistoryResponseData
    - `results` ProjectListReceiveHistoryResponseDataResult[]
      - `content` string
      - `project_creator` string
      - `project_creator_nickname` string
      - `project_id` string
      - `project_name` string
      - `received_at` string
    - `total` integer
  - `error_msg` string

## Changes

- **2025-10-15** `3a7e6c8d452e` — 1 info
  - added the new optional `query` request parameter `search`
- **2025-07-09** `aea63dc8d4a4` — 2 info
  - added the new optional `query` request parameter `current`
  - added the new optional `query` request parameter `size`
- **2025-07-07** `9944e3159c96` — 2 warning
  - deleted the `query` request parameter `current`
  - deleted the `query` request parameter `size`
- **2025-07-07** `cdb3a008d544` — 2 info
  - added the new optional `query` request parameter `current`
  - added the new optional `query` request parameter `size`
- **2025-07-07** `6bc86a9ffb94` — 2 warning
  - deleted the `query` request parameter `current`
  - deleted the `query` request parameter `size`

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