Check if the API is healthy and operational. This endpoint does not require authentication.
Returns the overall health status of the API service and its dependencies. This endpoint does not require authentication.Documentation Index
Fetch the complete documentation index at: https://docs.skop.dev/llms.txt
Use this file to discover all available pages before exploring further.
| 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"