Skip to content

Stats

Dashboard statistics for the Payre system.

Get Stats

GET /stats

Response:

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

FieldDescription
totalAgentsNumber of registered agents
totalInvocationsTotal invocations all time
activeGrantsCurrently active grants
invocationsTodayInvocations in last 24 hours
successRateSuccess ratio (0-1)
domainDistributionAgent count per domain
recentInvocationsLast 5 invocations with agent names