Skip to main content
GET
/
api
/
v1
/
health
/
database
Database Health Check
curl --request GET \
  --url https://api.devkit4ai.com/api/v1/health/database
{
  "status": "<string>",
  "timestamp": "<string>",
  "version": "<string>",
  "connection": "<string>",
  "error": "<string>"
}
This endpoint performs a detailed health check specifically for database connectivity.

Response

status
string
Database connection status
timestamp
string
Timestamp of the health check

Response

200 - application/json

Successful Response

status
string
required
timestamp
string
required
version
string | null
connection
string | null
error
string | null