Get the daily score trend of an agent’s eval suite
GEThttps://platform.docana.com/api/v1/agents/:agentId/test-runs/trend/
Returns one point per UTC day that has at least one completed, scored run, oldest first, with the mean score and pass rate of that day. Days with runs but nothing scorable produce no point. Advisory evals never feed the average; advisoryTestCaseCount reports how many were excluded. days defaults to 30 and is capped at 90.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The daily score trend of the suite
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.