Health APIs/Health Checks
All Databases Health
GET
/health/databasesCheck health status of all database connections.
No authentication required
Content-Type:
application/jsonResponse Example
200 OK
{
"status": "ok",
"databases": {
"primary": {
"status": "ok",
"responseTime": 12
},
"logs": {
"status": "ok",
"responseTime": 8
},
"address": {
"status": "ok",
"responseTime": 5
}
}
}Code Examples
curl -X GET 'https://<your-domain>:3001/health/databases'Try It
API Playground
Sends a real request to the configured server