Record experiment items in bulk
Record experiment items in bulk with traces, spans, and feedback scores. Maximum request size is 4MB.
Request
This endpoint expects an object.
experiment_name
dataset_name
items
experiment_id
Optional experiment ID. If provided, items will be added to the existing experiment and experimentName will be ignored. If not provided or experiment with that ID doesn't exist, a new experiment will be created with the given experimentName
project_name
Project for traces auto-created from items that provide evaluate_task_result (i.e. without an explicit trace). If null, the default project is used; relying on this fallback is deprecated, please provide project_name explicitly.
Errors
400
Bad Request Error
409
Conflict Error
422
Unprocessable Entity Error