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
Example response
[
{
"id": "exp_abc123",
"experimentId": "exp_abc123"
}
]