Skip to main content
GET
Health Check
Returns the overall health status of the API service and its dependencies. This endpoint does not require authentication.

Example Request

Response

Response Fields

Health Status Values

Response

200 - application/json

API health status

status
enum<string>

Overall health status

Available options:
healthy,
unhealthy
service
string

Service name identifier

Example:

"skop"

version
string

Current API version

Example:

"1.0.0"

timestamp
string<date-time>

ISO 8601 timestamp of the health check

dependency_status
string

Status of external dependencies

Example:

"operational"