v1
latestOpenAPI 3.1.02026-07-17141136.0 KBexperiments
List experiments
Retrieve a list of all experiments you have access to
get/experiments
Response
Successful operation
Example response
{
"experiments": [
{
"id": "exp123",
"versionId": 18,
"metadata": {
"name": "Decision Making Study",
"publicName": "Decision Study",
"description": "Research on group decision making",
"tags": [
"research",
"decision-making"
],
"creator": "experimenter123"
},
"permissions": {
"visibility": "private",
"readers": [
"experimenter123"
]
},
"stageIds": [
"stage1",
"stage2"
]
}
],
"total": 1
}