v51

OpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-01308532588.1 KB
Experiments

Create experiment

Create experiment

post/v1/private/experiments

Request body

idstring uuid
dataset_namestring nullable required
project_idstring uuid

Project ID. Takes precedence over project_name when both are provided.

project_namestring

Project name. Creates project if it doesn't exist. Ignored when project_id is provided.

namestring
metadataJsonListStringWrite
tagsstring[]
type'regular' | 'trial' | 'mini-batch' | 'mutation'
evaluation_method'dataset' | 'evaluation_suite'
optimization_idstring uuid
status'running' | 'completed' | 'cancelled'
dataset_version_idstring uuid

ID of the dataset version this experiment is linked to. If not provided at creation, experiment will be automatically linked to the latest version.

Response

Created