5
Endpoints
35
Intent Types
6
Active Agents
99.9
% Uptime
GET
/agents
Retrieve a list of all registered agents in the SIMP network. Returns agent metadata, health status, and endpoint information.
Request
GET /api/v1/agents
Authorization: Bearer <token>
Content-Type: application/json
Authorization: Bearer <token>
Content-Type: application/json
Response
{
"agents": [
{
"agent_id": "gemma4",
"status": "online",
"endpoint": "http://localhost:8081",
"intents_received": 1247,
"last_heartbeat": "2026-06-02T14:32:00Z"
}
],
"count": 6,
"timestamp": "2026-06-02T14:32:01Z"
}
"agents": [
{
"agent_id": "gemma4",
"status": "online",
"endpoint": "http://localhost:8081",
"intents_received": 1247,
"last_heartbeat": "2026-06-02T14:32:00Z"
}
],
"count": 6,
"timestamp": "2026-06-02T14:32:01Z"
}
Try It
Interactive Request
GET