rca_admin_health
Check server health, reachability, and supported model families. View instance-wide aggregate counts across all users to confirm server operation.
Instructions
Return server health status and instance-wide aggregate counts. Any authenticated key can call this (minimum viewer role) -- use this to confirm the server is reachable and to see which model families are supported, not to check your own account's usage.
Note: models_in_registry/graphs_on_disk/results_on_disk are counts across ALL users on this server instance, not just yours -- for your own data, use rca_model_list, rca_graph_list_versions, or rca_analysis_list_results instead.
Args: params (HealthInput): token, client_id
Returns: str: JSON health snapshot (status, timestamp, instance-wide counts, supported model_families_supported list)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |