v16

latestOpenAPI 3.0.1raw.githubusercontent.com2026-02-13124047.4 KB
Experiments

Retrieve all experiments in a project with optional status filtering

get/projects/{projectId}/experiments

Path parameters

projectIdstring required

The unique identifier for a Project in the database

Query parameters

status'draft' | 'running' | 'paused' | 'winner_picked' | 'completed' | 'discarded'

The current status of the experiment

Response

idstring required
experimentIdstring required
flowIdstring required

The unique identifier for a flow

namestring nullable
hypothesisstring nullable
impact_metricsstring[] nullable
no_impact_metricsstring[] nullable
created_atstring required

A Date + Time string in ISO format

updated_atstring required

A Date + Time string in ISO format

observationsstring nullable
outcomestring nullable
attachmentsstring nullable
variantsstring nullable
flow_idsstring[] nullable
paused_showing_variantstring nullable
winner_variantstring nullable
status'draft' | 'running' | 'paused' | 'winner_picked' | 'completed' | 'discarded'

The current status of the experiment

Example response

[
  {
    "id": "exp_abc123",
    "experimentId": "exp_abc123"
  }
]