Skip to main content
GET
/
health
Health check (liveness probe)
curl --request GET \
  --url https://tracer.lerian.io/health
"healthy"

Documentation Index

Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt

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

Response

200 - text/plain

Indicates that the service is healthy and running.

The response is of type string.

Example:

"healthy"