statsig_experiments

Details about Statsig experiments

id

Primary key
Unique identifier of the row

source_id

Foreign key
ID of the experiment in Statsig

name

string
Name of the experiment

description

string
Description of the experiment

permalink

string
Console URL for the experiment

id_type

string
Unit type used for assignment

status

string
Status of the experiment (setup, active, decision_made, abandoned, archived, experiment_stopped, assignment_stopped)

experiment_type

string
Experiment type (BASE, GEO, SWITCHBACK, PROMPT, SIDECAR, GRID_SEARCH)

layer_id

Foreign key
ID of the layer this experiment belongs to

project_id

Foreign key
ID of the project this experiment belongs to

targeting_gate_source_id

Foreign key
Raw Statsig targeting gate ID when present

launched_group_source_id

Foreign key
Statsig launched group ID when a decision/rollout has happened

allocation

number
Experiment allocation percentage

duration

number
Planned duration in days

hypothesis

string
Experiment hypothesis

decision_reason

string
Statsig decision reason

default_confidence_interval

number
Default confidence interval from the experiment payload

bonferroni_correction

boolean
Whether Bonferroni correction is enabled

health_check_status

string
Overall health check status

health_checks

jsonb
Detailed health checks

owner_id

Foreign key
ID of the matched experiment owner user

inline_targeting_rules_json

jsonb
Raw targeting rules JSON

is_stale

boolean
Statsig stale flag

creator_id

Foreign key
ID of the user who created the experiment

last_modifier_id

Foreign key
ID of the user who last modified the experiment

created_at

date
Date when the experiment was created

started_at

date
Date when the experiment was started

ended_at

date
Date when the experiment ended

decision_at

date
Date when a decision was made

updated_at

date
Date when the experiment was last modified

synced_at

date
Date when the experiment was last synced from Statsig