Oore CI
ReferenceAPIOperationsHealth

Readiness check

Reports whether the database, migrations, and runtime encryption key are ready to serve requests.

Operation IDreadyz
GET
/readyz

Reports whether the database, migrations, and runtime encryption key are ready to serve requests.

Response Body

application/json

application/json

curl -X GET "https://example.com/readyz"
{  "database": true,  "encryption": true,  "migrations": true,  "ok": true}