Check Graph API Health
Response Body
application/json
curl -X GET "http://localhost:3001/graph/v1/health"{
"status": "ok",
"uptime": 123.45,
"timestamp": "2024-02-09T10:54:19Z"
}application/json
curl -X GET "http://localhost:3001/graph/v1/health"{
"status": "ok",
"uptime": 123.45,
"timestamp": "2024-02-09T10:54:19Z"
}