v1
latestOpenAPI 3.0.32026-08-0610436.2 KBHealth
Health Check
The health check endpoint provides real-time status information about the TimeTracker API service and its database connectivity. Use this endpoint to monitor system health, verify service availability, and diagnose connection issues.
get/api/health
Response
API is healthy
Example response
{
"status": "healthy",
"timestamp": "2024-01-01T00:00:00.000Z",
"service": "timetracker-api",
"version": "1.0.0"
}