---
title: "List Project Comments"
method: GET
path: "/api/v1/admin/projects/{project_id}/comments"
tags: ["admin-projects"]
---

# List Project Comments

`GET /api/v1/admin/projects/{project_id}/comments`

List all comments for a project, including internal admin notes.

## Path parameters

- `project_id` string, uuid, required

## Response `200`

Successful Response

- ProjectCommentResponse[]
  - `id` string, uuid, required
  - `project_id` string, uuid, required
  - `author_id` string, required
  - `author_type` string, required
  - `author_name` string, required
  - `message` string, required
  - `is_internal` boolean, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/prototyping/apis/prototyping-io-api.md) · [All operations](https://skmtc.dev/prototyping/apis/prototyping-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prototyping/prototyping-io-api/revisions/f4a0079fbb57/schema)
