Skip to main content
GET
/
api
/
agents
/
statistics
cURL
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"
  }
}

Authorizations

X-API-KEY
string
header
required

API Key for MCP server and external service authentication

X-API-SECRET
string
header
required

API Secret for MCP server and external service authentication

Response

200 - application/json

OK

message
string
status
string
error
string
data
object