API Reference
OIDC
Platform

Health

AdminUpdated Sep 11, 2026

Health

Public — no authentication required.

2 routes. Each row is one endpoint with its explanation and whether it honours the Idempotency-Key header.

Method & path

Idem

Explanation

GET /v1/health

'Liveness probe. Does not touch the database.', surface: 'public' }

GET /v1/health/ready

Readiness probe including a database check.

Was this page helpful?