---
title: "Get session feedback for the current user"
method: GET
path: "/api/v1/session-feedbacks"
tags: ["user-feedback"]
---

# Get session feedback for the current user

`GET /api/v1/session-feedbacks`

## Query parameters

- `id` string, uuid
- `sessionId` string, uuid

## Response `201`

- SessionFeedbacksGetResponseDTO
  - `content` string, nullable
  - `createdAt` string, date-time, required
  - `deletedAt` string, date-time, nullable
  - `id` string, uuid, required
  - `lastUpdatedAt` string, date-time, required
  - `learnerSessionFeedbackPresets` string[], required
  - `sessionId` string, uuid, required — References a session in the API domain.
  - `userId` string, uuid, required

---

[API](https://skmtc.net/wejam/apis/jam.md) · [All operations](https://skmtc.net/wejam/apis/jam/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wejam/jam/revisions/bd5a5f406bca/schema)
