List the test-case folders of an agent
GEThttps://platform.docana.com/api/v1/agents/:agentId/test-case-folders/
Returns every test-case folder of the agent as a flat list; build the tree client-side from parentId. Folders organize the evals shown by the platform UI. Assign a test case to a folder with the folderId field on the test-case endpoints.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The folders 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.