Stats
Dashboard statistics for the Payre system.
Get Stats
GET /statsResponse:
json
{
"totalAgents": 15,
"totalInvocations": 47,
"activeGrants": 12,
"invocationsToday": 23,
"successRate": 0.94,
"domainDistribution": {
"travel": 3,
"development": 3,
"security": 2,
"finance": 2,
"productivity": 2,
"communication": 1,
"translation": 1,
"data": 1
},
"recentInvocations": [
{
"id": "inv_abc123",
"targetAgentId": "agt_flight_master",
"agentName": "FlightMaster Pro",
"status": "completed",
"createdAt": "2026-01-15T10:30:00.000Z"
}
]
}Fields
| Field | Description |
|---|---|
totalAgents | Number of registered agents |
totalInvocations | Total invocations all time |
activeGrants | Currently active grants |
invocationsToday | Invocations in last 24 hours |
successRate | Success ratio (0-1) |
domainDistribution | Agent count per domain |
recentInvocations | Last 5 invocations with agent names |