---
title: "Find Feedback definitions"
method: GET
path: "/v1/private/feedback-definitions"
tags: ["Feedback-definitions"]
---

# Find Feedback definitions

`GET /v1/private/feedback-definitions`

Find Feedback definitions

## Query parameters

- `page` integer
- `size` integer
- `name` string — Filter feedback definitions by name (partial match, case insensitive)
- `type` 'numerical' | 'categorical' | 'boolean'

## Response `200`

Feedback definitions resource

- FeedbackDefinitionPagePublic
  - `page` integer
  - `size` integer
  - `total` integer
  - `content` FeedbackObjectPublic[]
    - `id` string, uuid
    - `name` string, required
    - `description` string — Optional description for the feedback definition
    - `createdAt` string, date-time
    - `createdBy` string
    - `lastUpdatedAt` string, date-time
    - `lastUpdatedBy` string
    - `type` 'numerical' | 'categorical' | 'boolean', required

---

[API](https://skmtc.net/comet-ml/apis/opik-rest-api.md) · [All operations](https://skmtc.net/comet-ml/apis/opik-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/comet-ml/opik-rest-api/versions/4ed2fbc97cc3/schema)
