Skip to main content
GET
Error

Authorizations

X-API-Key
string
header
required

Query Parameters

run
key
string[] | null
session
source
enum<string>[] | null

Enum for feedback source types.

Available options:
api,
model,
app,
auto_eval
limit
integer
default:100
Required range: 1 <= x <= 100
offset
integer
default:0
Required range: x >= 0
user
string<uuid>[] | null
has_comment
boolean | null
has_score
boolean | null
level
enum<string> | null

Enum for feedback levels.

Available options:
run,
session
max_created_at
string<date-time> | null
min_created_at
string<date-time> | null
feedback_thread_id
string | null
include_user_names
boolean | null
comparative_experiment_id
string<uuid> | null

Response

Successful Response

key
string
required
id
string<uuid>
required
created_at
string<date-time>
modified_at
string<date-time>
score
value
comment
string | null
correction
feedback_group_id
string<uuid> | null
comparative_experiment_id
string<uuid> | null
run_id
string<uuid> | null
session_id
string<uuid> | null
trace_id
string<uuid> | null
start_time
string<date-time> | null
is_root
boolean
default:false
feedback_source
FeedbackSource · object | null

The feedback source loaded from the database.

extra
Extra · object | null
feedback_thread_id
string | null