Zum Hauptinhalt springen
GET
/
report
/
topAiAgentsPerformance
Top-performing AI agents across the time window
curl --request GET \
  --url https://demo.enneo.ai/api/mind/report/topAiAgentsPerformance \
  --header 'Authorization: Bearer <token>'
{
  "aiAgents": [
    {}
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Autorisierungen

Authorization
string
header
erforderlich

JWT-based authentication

Abfrageparameter

from
string<date>

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

to
string<date>

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

limit
integer

Maximum number of agents to return. Defaults to 10.

Antwort

Successful operation

aiAgents
object[]