List the test cases of an agent
GEThttps://platform.docana.com/api/v1/agents/:agentId/test-cases/
Returns every test case of the agent, optionally narrowed to one application with applicationId. Each entry includes its full evalSpec document. Use POST /api/v1/agents/{agentId}/test-cases/{testCaseId}/run/ to execute one of them.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The test cases of the agent
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.