---
title: "Queries validation feedbacks for a rapid."
method: GET
path: "/rapid/{rapidId}/validation-feedback"
tags: ["ValidationFeedback"]
---

# Queries validation feedbacks for a rapid.

`GET /rapid/{rapidId}/validation-feedback`

## Path parameters

- `rapidId` string, required

## Query parameters

- `page` integer
- `page_size` integer
- `sort` string[]
- `user_id` object
  - `eq` string
  - `neq` string
  - `gt` string
  - `gte` string
  - `lt` string
  - `lte` string
  - `contains` string
  - `starts_with` string
  - `ends_with` string
  - `in` string[]
  - `not_contains` string
- `feedback` object
  - `eq` string
  - `neq` string
  - `gt` string
  - `gte` string
  - `lt` string
  - `lte` string
  - `contains` string
  - `starts_with` string
  - `ends_with` string
  - `in` string[]
  - `not_contains` string
- `created_at` object
  - `eq` string
  - `neq` string
  - `gt` string
  - `gte` string
  - `lt` string
  - `lte` string
  - `contains` string
  - `starts_with` string
  - `ends_with` string
  - `in` string[]
  - `not_contains` string
- `logic` 'and' | 'or'

## Response `200`

OK

- QueryValidationFeedbacksEndpointPagedResultOfOutput
  - `total` integer, required
  - `page` integer, required
  - `pageSize` integer, required
  - `items` QueryValidationFeedbacksEndpointOutput[], required
    - `id` string, required — The unique identifier of the feedback.
    - `userId` string, required — The ID of the user who submitted the feedback.
    - `sessionId` string, required — The session ID of the user who submitted the feedback.
    - `feedback` string, required — The feedback text.
    - `englishFeedback` string, nullable — The English translation of the feedback, or null when unavailable.
    - `createdAt` string, date-time, required — The timestamp when the feedback was created.
  - `totalPages` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

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