Skip to main content
GET
ListExperimentsAPI mirrors erdo_list_experiments.

Authorizations

Authorization
string
header
required

An Erdo API key (erdo_api_...) or scoped token (erdo_token_...).

Query Parameters

workstream_slug
string
scope
string
status
string[]
limit
integer<int32>
Required range: -2147483648 <= x <= 2147483647

Response

Success response

experiment_runs
ExperimentRun is a structured test with hypothesis, variants, decision. · object[]
variants_by_experiment_run_id
VariantsByExperimentRunID maps experiment_run_id (string) → its variants. · object

Embedded so list-page cards can render the variant summary without a per-card fetch. Experiments with no variants are omitted; the frontend should treat a missing entry as an empty slice.