Skip to main content
GET
cURL

Path Parameters

projectId
string
required

The unique identifier for a Project in the database

Query Parameters

status
enum<string> | null

The current status of the experiment

Available options:
draft,
running,
paused,
winner_picked,
completed,
discarded

Response

id
string
required
Example:

"exp_abc123"

experimentId
string
required
Example:

"exp_abc123"

flowId
string
required

The unique identifier for a flow

created_at
string
required

A Date + Time string in ISO format

updated_at
string
required

A Date + Time string in ISO format

name
string | null
hypothesis
string | null
impact_metrics
string[] | null
no_impact_metrics
string[] | null
observations
string | null
outcome
string | null
attachments
string | null
variants
string | null
flow_ids
string[] | null
paused_showing_variant
string | null
winner_variant
string | null
status
enum<string> | null

The current status of the experiment

Available options:
draft,
running,
paused,
winner_picked,
completed,
discarded