x-api-key: ********************curl --location -g --request GET 'https://relay.exostack.cloud//system/health' \
--header 'x-api-key: <api-key>'{
"status": "ok",
"acomba_connected": true,
"sdk_initialized": true,
"business_api_available": true,
"sdk_disconnected_by_policy": false,
"sdk_policy_state": "active",
"company_path": "C:\\Acomba\\Data\\DEMO",
"organisation_id_active": "mastodonte",
"organisation_mode": "prod",
"api_version": "2.1.0",
"database": {
"healthy": true
},
"indexing": {
"ready": true,
"state": "ready"
},
"startup": {
"state": "ready",
"phase": "running",
"indexing_task_running": false
}
}