v1

latestOpenAPI 3.0.02026-07-17304.9 KB

Health Check

Check the health status of the application

get/health

Response

Health status information

statusstring

Overall health status

llm_apistring

Status of the LLM API connection

timestampstring

ISO timestamp of the health check

Example response

{
  "status": "healthy",
  "llm_api": "ok",
  "timestamp": "2023-09-15T12:34:56.789Z"
}