Enneo

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

fromstringquery

Start of the reporting window (ISO 8601). Defaults to 30 days ago.

tostringquery

End of the reporting window (ISO 8601). Defaults to today.

limitintegerquery

Maximum number of agents to return. Defaults to 10.

Responses

200 — Successful operation

Response Example

{
  "aiAgents": [
    null
  ]
}

403 — Unauthorized