List an agent's experiments
GEThttps://platform.docana.com/api/v1/agents/:agentId/experiments/
Returns every experiment of this agent, newest first, running and ended alike. Both arms are reported as the exact (artifactId, version) pinned when the experiment started, which is what actually served — not whatever the branch or the published pointer holds now.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The experiments of the agent
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.
Agent not found, no access to its application, or agent experiments not enabled there
Unexpected server error.