Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/GuancheData/stage_3/llms.txt

Use this file to discover all available pages before exploring further.

The health endpoint provides a simple liveness check for the indexing service. It returns immediately with a fixed JSON response and does not perform any checks on distributed state, connectivity to Hazelcast, or ActiveMQ availability. Use it to verify that the HTTP server process is up and reachable on port 7002.

Request

curl http://localhost:7002/health

Response

HTTP 200

status
string
required
Always "healthy" when the service is running and accepting requests.
{
  "status": "healthy"
}

Build docs developers (and LLMs) love