---
title: "Get User Feedbacks"
method: GET
path: "/feedbacks"
tags: ["General APIs with JWT"]
---

# Get User Feedbacks

`GET /feedbacks`

Get all feedback submissions by the authenticated user

## Response `200`

Successful Response

- UserFeedbackResponse[]
  - `id` string, uuid, required
  - `user_id` string, uuid, nullable, required
  - `category` 'bug' | 'feature_request' | 'general', required
  - `title` string, required
  - `description` string, required
  - `status` 'new' | 'in_progress' | 'resolved' | 'closed', required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, nullable, required

---

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