Skip to main content
GET
/
health
Service health check
curl --request GET \
  --url https://api.example.com/health
{
  "status": "ok",
  "version": "<string>",
  "environment": "<string>",
  "registry": {},
  "uptime_seconds": 123
}

Response

200 - application/json

Successful Response

Service health status.

status
enum<string>
required
Available options:
ok,
degraded,
unhealthy
version
string
required
environment
string
required
registry
Registry · object
required

DSL registry status: how many schemes are loaded, any load errors.

uptime_seconds
number
required