v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBLLM Observability
Create an LLM Observability experiment
Create a new LLM Observability experiment.
post/api/v2/llm-obs/v1/experiments
Request body
Example request
{
"data": {
"attributes": {
"dataset_id": "9f64e5c7-dc5a-45c8-a17c-1b85f0bec97d",
"name": "My Experiment v1",
"parent_experiment_id": "3fd6b5e0-8910-4b1c-a7d0-5b84de329012",
"project_id": "a33671aa-24fd-4dcd-9b33-a8ec7dde7751"
},
"type": "experiments"
}
}Response
OK
Example response
{
"data": {
"attributes": {
"author": {
"email": "jane.doe@example.com",
"handle": "jane.doe@example.com",
"icon": "https://example.com/icon.png",
"id": "00000000-0000-0000-0000-000000000010",
"name": "Jane Doe"
},
"created_at": "2024-01-15T10:30:00Z",
"dataset_id": "9f64e5c7-dc5a-45c8-a17c-1b85f0bec97d",
"experiment": "my-pipeline",
"name": "My Experiment v1",
"parent_experiment_id": "3fd6b5e0-8910-4b1c-a7d0-5b84de329012",
"project_id": "a33671aa-24fd-4dcd-9b33-a8ec7dde7751",
"status": "completed",
"updated_at": "2024-01-15T10:30:00Z"
},
"id": "3fd6b5e0-8910-4b1c-a7d0-5b84de329012",
"type": "experiments"
}
}