resume_experiment
Resume a PAUSED experiment: platform entities reactivate and ends_at extends by the paused stretch, preserving the full measurement window.
Requires a user-bound credential (OAuth login or a personal API key). Organization API keys get error_type: "user_credential_required".
Parameters#
| Name | Type | Required | Description |
|---|---|---|---|
experiment_id | string | yes | The experiment id |
Returns#
json
{
"success": true,
"experiment": { "id": "exp_abc123", "status": "running", "ends_at": "2026-07-17T09:00:00+00:00" },
"source": "adlyse.experiments@v1"
}Errors#
error_type | When |
|---|---|
auth_error | Missing / invalid credential |
user_credential_required | Called with an organization API key |
not_found | No experiment with that id in your org |
invalid_state | The experiment isn’t paused |