For the complete documentation index, see llms.txt. This page is also available as Markdown.

Healthcheck

The path to check the health status of the service.

get

Congiruable using handlers_health_path (in config.toml) or ORBIT_HANDLERS_HEALTH_PATH (using environment variables)

Responses
200

Health status in JSON format.

application/json
objectOptional
get/health
GET /health HTTP/1.1
Accept: */*
200

Health status in JSON format.

{}

Last updated