Skip to main content
POST
Error

Authorizations

X-API-Key
string
header
required

Body

application/json

Schema used for creating feedback.

key
string
required
Maximum string length: 180
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
feedback_thread_id
string | null
extend_trace_retention
boolean
default:true
id
string<uuid>
feedback_source
AppFeedbackSource · object

Feedback from the LangChainPlus App.

feedback_config
FeedbackConfig · object | null
error
boolean | null

Response

Successful Response

Schema for getting feedback.

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