Skip to main content
GET
/
health
/
live
Liveness Check
curl --request GET \
  --url https://api.yertle.com/health/live
{
  "status": "<string>",
  "timestamp": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.yertle.com/llms.txt

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

Response

200 - application/json

Successful Response

Liveness probe for container orchestration.

status
string
required

'alive' when the process is up

timestamp
string
required

Server timestamp (ISO 8601)