v16

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

Retrieve an experiment from the database based on the experiment ID

get/projects/{projectId}/experiments/{experimentId}

Path parameters

projectIdstring required

The unique identifier for a Project in the database

experimentIdstring required

The unique identifier for an 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"
}