Skip to main content
POST
/
api
/
v1
/
public
/
{share_token}
/
datasets
/
runs
/
delta
Error
A valid request URL is required to generate request examples
{
  "feedback_deltas": {}
}

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

Body

application/json
baseline_session_id
string<uuid>
required
comparison_session_ids
string<uuid>[]
required
feedback_key
string
required
filters
Filters · object
offset
integer
default:0
Required range: x >= 0
limit
integer
default:100
Required range: 1 <= x <= 100
comparative_experiment_id
string<uuid> | null

Response

Successful Response

List of feedback keys with number of improvements and regressions for each.

feedback_deltas
Feedback Deltas · object
required