Reports
Top-performing AI agents across the time window
GET /report/topAiAgentsPerformance
GET /report/topAiAgentsPerformance
Ranked list of AI agents by execution volume and quality metrics for the requested period. Powers the "Top AI agents" widget on the reporting dashboard.
Query parameters
fromstringqueryStart of the reporting window (ISO 8601). Defaults to 30 days ago.
tostringqueryEnd of the reporting window (ISO 8601). Defaults to today.
limitintegerqueryMaximum number of agents to return. Defaults to 10.
Responses
200 — Successful operation
Response Example
{
"aiAgents": [
null
]
}403 — Unauthorized