v1

latestOpenAPI 3.1.02026-07-17141136.0 KB
experiments

Export experiment data

Export all data from an experiment, including participant responses and stage results

get/experiments/{id}/export

Path parameters

idstring required

Experiment ID

Query parameters

format'json'

Export format (only 'json' is currently supported)

Response

Successful export

stageMapobject

Maps stage ID to stage config

agentMediatorMapobject

Maps agent mediator persona ID to agent template

agentParticipantMapobject

Maps agent participant ID to agent template

participantMapobject

Maps participant public ID to participant download

cohortMapobject

Maps cohort ID to cohort download

alertsobject

Maps participant private ID to list of alerts

Example response

{
  "experiment": {
    "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"
    ]
  }
}