Graph Analysis Health
Health check for graph analysis service.
Returns the status of algo extension and graph analysis capabilities.
Response Body
application/json
curl -X GET "http://127.0.0.1:14242/graph/health"{
"status": "string",
"error": "string",
"algo_extension_loaded": true,
"db_connection": "string",
"capabilities": {
"community_detection": true,
"pagerank_calculation": true,
"unified_graph_analysis": true,
"llm_summarization": true
},
"checked_at": "string"
}