Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Get feedback definition by id

GET/v1/private/feedback-definitions/{id}Get feedback definition by id

Get feedback definition by id

Parameters

idstring · uuidpathrequired

Responses

200Feedback definition resourceapplication/json
objectFeedback_Public
createdAtstring · date-time
createdBystring
descriptionstring

Optional description for the feedback definition

maxLength 255 · minLength 0

idstring · uuid
lastUpdatedAtstring · date-time
lastUpdatedBystring
namestringrequired

minLength 1

typestringrequired

one of "numerical", "categorical", "boolean"

Example response
{
  "createdAt": "2026-06-09T00:00:00Z",
  "createdBy": "string",
  "description": "This feedback definition is used to rate response quality",
  "id": "00000000-0000-0000-0000-000000000000",
  "lastUpdatedAt": "2026-06-09T00:00:00Z",
  "lastUpdatedBy": "string",
  "name": "string",
  "type": "boolean"
}
Documentation menu