Skip to main content
GET
/
api
/
v1
/
health
Health Check
curl --request GET \
  --url https://api.devkit4ai.com/api/v1/health
{
  "status": "<string>",
  "database": {},
  "file_storage": {},
  "redis": {},
  "timestamp": "<string>",
  "version": "<string>",
  "note": "<string>",
  "error": "<string>"
}
This endpoint provides a comprehensive health check for all system components including database, storage, and Redis.

Response

status
string
Overall health status of the system
database
object
Database health status information
storage
object
Storage system health status
redis
object
Redis PubSub health status
timestamp
string
Timestamp of the health check

Response

200 - application/json

Successful Response

status
string
required
database
Database · object
required
file_storage
File Storage · object
required
redis
Redis · object
required
timestamp
string
required
version
string | null
note
string | null
error
string | null