RyTask docs
REST APIHealth

Liveness probe

Served at the server root (not under `/api/v1`). No dependencies, no auth.

View as MarkdownOpen in ChatGPTOpen in Claude
GET
/healthz

Served at the server root (not under /api/v1). No dependencies, no auth.

Response Body

application/json

curl -X GET "https://example.com/healthz"
{  "status": "string",  "uptimeSeconds": 0,  "version": "string"}