Read an experiment and its readout
GEThttps://platform.docana.com/api/v1/agents/:agentId/experiments/:experimentId/
Returns the experiment with a readout computed now: threads assigned and measured per arm, the win metric with P(variant better), expected loss and a recommendation (withheld until the minimum duration has elapsed and both arms reach the measured floor), every guardrail’s current state, and horizon progress. For an ended experiment the readout keeps counting snapshots up to endedAt plus the idle window.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The experiment and its readout
The request body, query, or path failed validation. See validationErrors.
The API key or session is missing, expired, or malformed.
The caller is authenticated but not allowed to perform this operation.
No experiment with this id exists on this agent, no access to its application, or agent experiments not enabled there
Unexpected server error.