REST API reference for GET /api/v1/health (liveness check) and GET /api/v1/system/summary (cluster nodes, executor pool stats, and active jobs).
The system endpoints give you a real-time view of the MirrorNeuron cluster. Use the health endpoint for simple liveness probes, and the summary endpoint to inspect all connected nodes, their executor pool utilization, and the list of currently active jobs.
Returns a combined overview of all cluster nodes and their executor pool state, alongside a list of currently active jobs. This is equivalent to calling MirrorNeuron.cluster_overview/1 from Elixir.