Skip to main content

GET /api/v1/health

Check the health and status of the Cognitive Learning Engine service.

Request

No parameters required.

Response

status
string
Service status: “healthy” or “unhealthy”
timestamp
string
Current server timestamp
version
string
API version number
uptime
integer
Service uptime in seconds

Example Response

{
  "status": "healthy",
  "timestamp": "2024-01-15T10:30:00Z",
  "version": "1.0.0",
  "uptime": 86400
}

Status Codes