---
title: "GET /projects/{projectSlug}/feedback"
method: GET
path: "/projects/{projectSlug}/feedback"
---

# GET /projects/{projectSlug}/feedback

`GET /projects/{projectSlug}/feedback`

Get all project feedback

## Path parameters

- `projectSlug` string, required

## Response `200`

Successful operation

- FeedbackWithUser[]
  - `id` string, uuid
  - `project_id` string, uuid
  - `user_id` string, uuid
  - `user` object
    - `id` string, uuid
    - `email` string
    - `full_name` string
    - `avatar_url` string
  - `title` string
  - `description` string
  - `tags` object[]
    - `name` string
    - `color` string
  - `status` string
  - `upvotes` number
  - `comment_count` number
  - `created_at` string, date-time

## Other responses

- `400` — Invalid project slug supplied
- `404` — Project not found

---

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