Karma Common API
​string · enum · required​string · date-time · required
​string · enum · required​string · date-time · required​number · required
​string · enum · required​string · date-time · required​number · required
GET
https://common-api.karma.life
/health
Simple health check endpoint. Returns basic status of database and Redis dependencies. Used for quick health verification.
Responses
Service is healthy
statusOverall service status
Enum values:
healthy
unhealthy
​object · required
timestampCheck timestamp
GET
https://common-api.karma.life
/live
Kubernetes liveness probe. Lightweight check that the service process is running. Does not check external dependencies. Use to determine if the service should be restarted.
Responses
200
Service is alive
statusProcess status
Enum values:
alive
timestampCheck timestamp
uptimeService uptime in seconds
GET
https://common-api.karma.life
/ready
Kubernetes readiness probe with detailed dependency status. Returns response times and error details for each dependency. Use for determining if the service is ready to receive traffic.
Responses
Service is ready to receive traffic
statusOverall status
Enum values:
healthy
degraded
unhealthy
timestampCheck timestamp
uptimeService uptime in seconds
​object · required