List the test runs of an agent
GEThttps://platform.docana.com/api/v1/agents/:agentId/test-runs/
page is 1-indexed. limit is a legacy alias for pageSize; invalid or non-positive values fall back to the defaults (page 1, pageSize 10). fields=full opts into the heavy payload (per-step results, untruncated reason); anything else keeps the compact projection.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
One page of test runs with the total row count
The request body, query, or path failed validation. See validationErrors.
The API key or session is missing, expired, or malformed.
No access to the application
A resource referenced by the path does not exist or is not visible to the caller.
Unexpected server error.