# WorkersHealth
## Properties
**healthy** | **bool** | Whether any workers are active |
**active_count** | **i64** | Number of active workers (pinged in last 5 minutes) |
**worker_groups** | **Vec<String>** | List of active worker groups |
**min_version** | **String** | Minimum required worker version |
**versions** | **Vec<String>** | List of active worker versions |
**job_isolation** | **Vec<String>** | Distinct job isolation modes reported by live workers. `nsjail` means the worker both asked for nsjail sandboxing and has a working nsjail binary; `unshare` is PID-namespace isolation only; `none` means jobs run with no process isolation; `unknown` is a worker that reported no mode. Sorted for stability across polls. |
**workers_without_isolation** | **i64** | Number of live workers running with no process isolation (reported `none`, or nothing at all). |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)