Check the health status of the Database service. Returns service availability and timestamp for monitoring purposes.
cURL
curl --request GET \ --url https://api.case.dev/database/v1/health \ --header 'Authorization: Bearer <token>'
{ "status": "healthy", "service": "database", "timestamp": "2025-01-15T10:30:00.000Z" }
API key starting with sk_case_
sk_case_
Service is healthy and operational
Health status of the service
healthy
Service identifier
ISO 8601 timestamp of the health check
Was this page helpful?