Skip to main content
POST
/
api
/
v1
/
feedback
Error
A valid request URL is required to generate request examples
{
  "key": "<string>",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "created_at": "2023-11-07T05:31:56Z",
  "modified_at": "2023-11-07T05:31:56Z",
  "score": 123,
  "value": 123,
  "comment": "<string>",
  "correction": {},
  "feedback_group_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "comparative_experiment_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "run_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "session_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "trace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "start_time": "2023-11-07T05:31:56Z",
  "is_root": false,
  "feedback_source": {
    "type": "<string>",
    "metadata": {},
    "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "ls_user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "user_name": "<string>"
  },
  "extra": {},
  "feedback_thread_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

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
id
string<uuid>
feedback_source
AppFeedbackSource · object

Feedback from the LangChainPlus App.

feedback_config
FeedbackConfig · object
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

The feedback source loaded from the database.

extra
Extra · object
feedback_thread_id
string | null