latestOpenAPI 3.0.32026-08-20146131.7 MB

672b1916ba61

Health

Health check

Returns service health and build metadata.

get/health

Response

Service is healthy

status'ok' required

Health status.

timestampstring date-time required

Health check timestamp.

versionstring required

Service version.

environmentstring required

Runtime environment.

Example response

{
  "timestamp": "2025-01-01T00:00:00.000Z",
  "version": "0.1.0",
  "environment": "production"
}