Appearance
System API
System endpoint for monitoring application health.
Available Endpoints
Health Check
- GET /health - Check application health status
Overview
The system API currently provides one endpoint:
- Health monitoring: Check if the application is running and responding
- Diagnostic report: Return the full Adonis health report only when the request supplies the configured monitoring secret
GET /health does not require a user session. A healthy public response contains only status fields; the monitoring header is a separate secret-bearing access check for detailed diagnostics.