Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Eval scores and trajectories
curl "http://localhost:4360/api/eval/trajectory?agent=test-coverage&metric=composite" \ -H "Authorization: Bearer $TOKEN"
agent
metric
{ "agent": "test-coverage", "metric": "composite", "trajectory": [ {"ts": "2026-03-22T21:30:00Z", "value": 0.1276}, {"ts": "2026-03-22T21:35:00Z", "value": 0.1307}, {"ts": "2026-03-22T21:40:00Z", "value": 0.1342} ] }