Skip to content
Start in Cloud

Get system health

GET
/api/admin/system/health
curl --request GET \
--url https://hitkeep.com/api/admin/system/health \
--cookie hk_token=<hk_token>

Returns instance health, database status, worker status, and cluster leader state.

System health

Media type application/json
object
database
string
is_leader
boolean
status
string
workers
string
Example generated
{
"database": "example",
"is_leader": true,
"status": "example",
"workers": "example"
}