Athena
Ping

Health check

Returns `pong` so orchestrators and load balancers can verify the process is alive.

GET
/ping

Response Body

text/plain

application/json

curl -X GET "https://athena-cluster.com/ping"
"pong"
{
  "status": "error",
  "message": "string",
  "error": "string"
}