# Retrieve all high-availability node clusters in the organization Endpoint: GET /cluster Version: 1.0.0 Security: JWTAuthorizer ## Query parameters: - `withConfig` (boolean) If specified, the nodes will return with their associated configuration. ## Response 200 fields (application/json): - `config` (object) Cluster Configuration - `domain` (string) Cluster domain - `fqdn` (string) Cluster FQDN - `health` (string) Cluster health Enum: "healthy", "unhealthy", "offline", "unknown" - `mode` (string) Cluster Failback Mode Enum: "autoFailback", "manualFailback" - `name` (string) Cluster name