LLM Gateway

Health check

Health check endpoint.

GET

Query Parameters

skip?string

Comma-separated list of health checks to skip. Options: redis, database

Response Body

{
  "message": "string",
  "version": "string",
  "health": {
    "status": "string",
    "redis": {
      "connected": true,
      "error": "string"
    },
    "database": {
      "connected": true,
      "error": "string"
    }
  }
}