Skip to main content
GET
/
api
/
v1
/
public
/
{share_token}
/
datasets
/
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.

Path Parameters

share_token
string<uuid>
required

Query Parameters

run
string<uuid>[] | null
key
string[] | null
session
string<uuid>[] | null
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

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

The feedback source loaded from the database.

extra
Extra · object
feedback_thread_id
string | null