Get a test run of an agent
GEThttps://platform.docana.com/api/v1/agents/:agentId/test-runs/:runId/
Returns the full run, including stepResults with the per-step outcomes, the parent test case id and name, and an overallScore averaged from the smart assertion scores. While status is RUNNING, passed and finishedAt are null, so poll this endpoint until the run finishes. applicationId is a required query parameter.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The test run
Missing applicationId or run belongs to another agent
The API key or session is missing, expired, or malformed.
The caller is authenticated but not allowed to perform this operation.
Test run not found
Unexpected server error.