curl --request GET \
--url http://localhost:8080/api/agents/statistics \
--header 'X-API-KEY: <api-key>' \
--header 'X-API-SECRET: <api-key>'{
"message": "Agent statistics retrieved successfully",
"status": "success",
"error": null,
"data": {
"total_agents": 25,
"organization_id": "org_456"
}
}Retrieves agent statistics for the organization (current behavior).
curl --request GET \
--url http://localhost:8080/api/agents/statistics \
--header 'X-API-KEY: <api-key>' \
--header 'X-API-SECRET: <api-key>'{
"message": "Agent statistics retrieved successfully",
"status": "success",
"error": null,
"data": {
"total_agents": 25,
"organization_id": "org_456"
}
}