v46

OpenAPI 3.1.0raw.githubusercontent.com2026-08-014610088.2 KB
health

Health check

Check the health status of the API

get/v0/health

Response

OK

platform_mode'docker' | 'kubernetes'

Platform mode

statusstring required

Health status

Example response

{
  "platform_mode": "docker",
  "status": "ok"
}