Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Find Feedback Score names

GET/v1/private/traces/feedback-scores/namesFind Feedback Score names

Find Feedback Score names

Parameters

project_idstring · uuidquery

Responses

200Feedback Scores resourceapplication/json
objectFeedbackScoreNames_Public
scoresarray of object
Show child attributes
Show array items
namestring
typestring
Example response
{
  "scores": [
    {
      "name": "string",
      "type": "string"
    }
  ]
}
Documentation menu