Check if the API is healthy and operational. This endpoint does not require authentication.
| Field | Type | Description |
|---|---|---|
status | string | Health status: healthy, degraded, or unhealthy |
service | string | Service name identifier (always “skop”) |
version | string | Current API version (1.0.0) |
timestamp | string | ISO 8601 timestamp of the health check |
dependency_status | string | Status of external dependencies |
| Status | Description |
|---|---|
healthy | All systems operational |
degraded | Some non-critical issues |
unhealthy | Critical issues detected |
API health status
Overall health status
healthy, unhealthy Service name identifier
"skop"
Current API version
"1.0.0"
ISO 8601 timestamp of the health check
Status of external dependencies
"operational"